diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Data-Bind | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Bind')
-rw-r--r-- | devel/p5-Data-Bind/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Data-Bind/Makefile b/devel/p5-Data-Bind/Makefile index db55621e536c..2e723c6eed4d 100644 --- a/devel/p5-Data-Bind/Makefile +++ b/devel/p5-Data-Bind/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to bind and alias variables -BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller \ - p5-Devel-LexAlias>0:${PORTSDIR}/devel/p5-Devel-LexAlias \ - p5-Data-Capture>0:${PORTSDIR}/devel/p5-Data-Capture +BUILD_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ + p5-Devel-Caller>0:devel/p5-Devel-Caller \ + p5-Devel-LexAlias>0:devel/p5-Devel-LexAlias \ + p5-Data-Capture>0:devel/p5-Data-Capture RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure |