diff options
Diffstat (limited to 'textproc/p5-RDF-Simple/Makefile')
-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 |