diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-17 07:58:47 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-17 07:58:47 +0000 |
commit | e2ad2bd295d90897046bba39ce01c283e4678112 (patch) | |
tree | 681ee52deb3f3276ebc7aad7468a4c30c902570e /devel/p5-Exception-Class | |
parent | 237f55ba171f34864ef5495baf2f7d70834cdb53 (diff) |
Notes
Diffstat (limited to 'devel/p5-Exception-Class')
-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 8bfed6784935..89214a464f73 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 538a4564af2f..20b57566df51 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 ec838e3ed860..89ce0458d077 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 |