diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-RDF-Simple | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'textproc/p5-RDF-Simple')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index ee2d4c2bb6e3..107ac33fb199 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -12,15 +12,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Read and write RDF without complication -RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Class-MakeMethods>=0:devel/p5-Class-MakeMethods \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-URI>=0:net/p5-URI \ + p5-XML-SAX>=0:textproc/p5-XML-SAX \ + p5-libwww>=0:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ - p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File +TEST_DEPENDS= p5-IO-CaptureOutput>0:devel/p5-IO-CaptureOutput \ + p5-Test-File>=0:devel/p5-Test-File USES= perl5 USE_PERL5= configure |