diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-05-11 20:14:13 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-05-11 20:14:13 +0000 |
commit | 37ccdcf5635f4ccb29749cbc592dfb0fc8b9503d (patch) | |
tree | 1670677c7ade9f47d23ce4bc84e65fa62e7a7efd /devel/p5-Exception-Class | |
parent | 89b06fdc1b38c149ef3addf5279dfc1f63046687 (diff) | |
download | ports-37ccdcf5635f4ccb29749cbc592dfb0fc8b9503d.tar.gz ports-37ccdcf5635f4ccb29749cbc592dfb0fc8b9503d.zip |
Notes
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Exception-Class/pkg-plist | 2 |
3 files changed, 12 insertions, 16 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 752657c8390f..4598ab767e27 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Exception-Class -PORTVERSION= 1.26 +PORTVERSION= 1.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,18 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module that allows you to declare real exception classes in Perl -BUILD_DEPENDS= ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Devel-StackTrace>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace +BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ -MAN3= Exception::Class.3 +MAN3= Exception::Class.3 Exception::Class::Base.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500702 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 5eaf9b0b76da..23892626a4ef 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (Exception-Class-1.26.tar.gz) = 362d428cae5dee785a9ed9ac91103a32 -SHA256 (Exception-Class-1.26.tar.gz) = ba36621dd1a03471447ecef4c1723c6c94d2a27b0e25c61b0acf2dc784bba4d7 -SIZE (Exception-Class-1.26.tar.gz) = 24366 +MD5 (Exception-Class-1.29.tar.gz) = b9a91cd9eb10a02a9b53880359d2228b +SHA256 (Exception-Class-1.29.tar.gz) = 04888154fa2a9325a5a62609e5ab3291ca0b86e0f7412113c4865188cc1be62d +SIZE (Exception-Class-1.29.tar.gz) = 24975 diff --git a/devel/p5-Exception-Class/pkg-plist b/devel/p5-Exception-Class/pkg-plist index 8fd63b389ec9..bb36ed4276c2 100644 --- a/devel/p5-Exception-Class/pkg-plist +++ b/devel/p5-Exception-Class/pkg-plist @@ -1,6 +1,8 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class/.packlist %%SITE_PERL%%/Exception/Class.pm +%%SITE_PERL%%/Exception/Class/Base.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception +@dirrmtry %%SITE_PERL%%/Exception/Class @dirrmtry %%SITE_PERL%%/Exception |