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-GUID/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-Data-GUID/Makefile')
-rw-r--r-- | devel/p5-Data-GUID/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Data-GUID/Makefile b/devel/p5-Data-GUID/Makefile index 64fa8293aa5f..ce2afbe1333d 100644 --- a/devel/p5-Data-GUID/Makefile +++ b/devel/p5-Data-GUID/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Generate globally unique identifiers -BUILD_DEPENDS= p5-Sub-Install>=0.03:${PORTSDIR}/devel/p5-Sub-Install \ - p5-Sub-Exporter>=0.90:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Data-UUID>=1.148:${PORTSDIR}/devel/p5-Data-UUID +BUILD_DEPENDS= p5-Sub-Install>=0.03:devel/p5-Sub-Install \ + p5-Sub-Exporter>=0.90:devel/p5-Sub-Exporter \ + p5-Data-UUID>=1.148:devel/p5-Data-UUID RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure |