diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-09-04 13:19:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-09-04 13:19:36 +0000 |
commit | 4bd5fd7269686048dbfbbd02999d0ca1fa473ab7 (patch) | |
tree | 8f78fab539251d2916412142cd9d9c0f2fdc7702 /devel | |
parent | 687a70b6424f2a75644ad42394145b11a60529d0 (diff) | |
download | ports-4bd5fd7269686048dbfbbd02999d0ca1fa473ab7.tar.gz ports-4bd5fd7269686048dbfbbd02999d0ca1fa473ab7.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-MooseX-Storage/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile index 6c90612774f1..1c01c372a790 100644 --- a/devel/p5-Const-Fast/Makefile +++ b/devel/p5-Const-Fast/Makefile @@ -15,14 +15,13 @@ COMMENT= Facility for creating read-only scalars, arrays, and hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= Const::Fast.3 diff --git a/devel/p5-MooseX-Storage/Makefile b/devel/p5-MooseX-Storage/Makefile index 4fade73a67fa..e7ab6a19547c 100644 --- a/devel/p5-MooseX-Storage/Makefile +++ b/devel/p5-MooseX-Storage/Makefile @@ -16,8 +16,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.026:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ @@ -27,7 +26,7 @@ TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= MooseX::Storage.3 \ MooseX::Storage::Base::WithChecksum.3 \ |