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 /databases/p5-Test-Cukes | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'databases/p5-Test-Cukes')
-rw-r--r-- | databases/p5-Test-Cukes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Test-Cukes/Makefile b/databases/p5-Test-Cukes/Makefile index aa6c111e0f76..0f48dccb39ad 100644 --- a/databases/p5-Test-Cukes/Makefile +++ b/databases/p5-Test-Cukes/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= BBD test tool inspired by Cucumber -BUILD_DEPENDS= p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \ - p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \ - p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite \ - p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-Any-Moose>=0.10:devel/p5-Any-Moose \ + p5-Carp-Assert>=0.20:devel/p5-Carp-Assert \ + p5-Exporter-Lite>=0.02:devel/p5-Exporter-Lite \ + p5-Try-Tiny>=0.07:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |