diff options
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Exception-Class/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 8bfed67..89214a4 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -7,15 +7,16 @@ # PORTNAME= Exception-Class -PORTVERSION= 0.8 +PORTVERSION= 1.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 538a456..20b5756 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1 +1 @@ -MD5 (Exception-Class-0.8.tar.gz) = 1002e486fa1d33e3146d162981b8da04 +MD5 (Exception-Class-1.01.tar.gz) = 164e28015e5d83f3e3194291403b9507 diff --git a/devel/p5-Exception-Class/pkg-descr b/devel/p5-Exception-Class/pkg-descr index ec838e3..89ce045 100644 --- a/devel/p5-Exception-Class/pkg-descr +++ b/devel/p5-Exception-Class/pkg-descr @@ -6,3 +6,5 @@ You may choose to use another base class for your exceptions. Regardless, the ability to declare all your exceptions at compile time is a fairly useful trick and helps push people towards more structured use of exceptions. + +WWW: http://search.cpan.org/search?dist=Exception-Class |