diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-08 06:09:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-08 06:09:41 +0000 |
commit | 3bced046770c0da53fbf2bf475b0028b91b2b54b (patch) | |
tree | 8b5722e9eee915764604df3c20b26b45be33cf51 /textproc/p5-RDF-Simple | |
parent | e452bcf3751e3f68901f4145ea6e1c4f4da56eea (diff) | |
download | ports-3bced046770c0da53fbf2bf475b0028b91b2b54b.tar.gz ports-3bced046770c0da53fbf2bf475b0028b91b2b54b.zip |
Notes
Diffstat (limited to 'textproc/p5-RDF-Simple')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 25a510c68f49..a9d0b5ccbde5 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -21,7 +21,9 @@ RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ + p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File PERL_CONFIGURE= yes |