diff options
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 |