mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- update to 1.29
This commit is contained in:
parent
89b06fdc1b
commit
37ccdcf563
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233728
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user