diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-17 07:58:47 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-17 07:58:47 +0000 |
commit | 794a0582efaf441c1e6dbe0a84f26fdc00f6a50d (patch) | |
tree | 4c2f3be2b82aa78baf25cb78e59b9c8790591b9c /devel/p5-Exception-Class | |
parent | 4e19872d494016ca82524ed2dc0a845d201c5f01 (diff) | |
download | FreeBSD-ports-794a0582efaf441c1e6dbe0a84f26fdc00f6a50d.zip FreeBSD-ports-794a0582efaf441c1e6dbe0a84f26fdc00f6a50d.tar.gz |
- update to 1.01
- assume maintainership
- add WWW
PR: 39399
Submitted by: Erwin Lansing <erwin@lansing.dk>
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 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 |