diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 09:45:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 09:45:00 +0000 |
commit | 596c9fc233262df062b08feb42cf5f65c5f7a973 (patch) | |
tree | d164352788b90ecf8cf130927aae9461f82f4b89 /devel | |
parent | b4aec01b32f7d6575d264307a0fca5741e53c766 (diff) | |
download | ports-596c9fc233262df062b08feb42cf5f65c5f7a973.tar.gz ports-596c9fc233262df062b08feb42cf5f65c5f7a973.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-C3-Componentised/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Class-C3-Componentised/pkg-plist | 4 |
2 files changed, 12 insertions, 14 deletions
diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile index d3dedd917e67..bd7ebdaca67b 100644 --- a/devel/p5-Class-C3-Componentised/Makefile +++ b/devel/p5-Class-C3-Componentised/Makefile @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= Class-C3-Componentised -PORTVERSION= 1.0010 -DISTVERSIONSUFFIX= 00 -PORTREVISION= 1 +PORTVERSION= 1.001000 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,19 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load mix-ins or components to your C3-based class -RUN_DEPENDS= p5-Class-C3>=0.20:devel/p5-Class-C3 \ - p5-MRO-Compat>0:devel/p5-MRO-Compat \ - p5-Class-Inspector>=0:devel/p5-Class-Inspector -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Class-C3>=0.20:devel/p5-Class-C3 \ + p5-Class-Inspector>=0:devel/p5-Class-Inspector \ + p5-MRO-Compat>0:devel/p5-MRO-Compat +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ - p5-Test-Pod>=1.14:devel/p5-Test-Pod + p5-Test-Pod>=1.14:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/devel/p5-Class-C3-Componentised/pkg-plist b/devel/p5-Class-C3-Componentised/pkg-plist index db2db95d59c9..eb0051f6cbbf 100644 --- a/devel/p5-Class-C3-Componentised/pkg-plist +++ b/devel/p5-Class-C3-Componentised/pkg-plist @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Class::C3::Componentised.3.gz -%%PERL5_MAN3%%/Class::C3::Componentised::ApplyHooks.3.gz %%SITE_PERL%%/Class/C3/Componentised.pm %%SITE_PERL%%/Class/C3/Componentised/ApplyHooks.pm +%%PERL5_MAN3%%/Class::C3::Componentised.3.gz +%%PERL5_MAN3%%/Class::C3::Componentised::ApplyHooks.3.gz |