diff options
Diffstat (limited to 'textproc/p5-XML-Generator-DBI/Makefile')
-rw-r--r-- | textproc/p5-XML-Generator-DBI/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/p5-XML-Generator-DBI/Makefile b/textproc/p5-XML-Generator-DBI/Makefile index c7096855ed56..3174b237897c 100644 --- a/textproc/p5-XML-Generator-DBI/Makefile +++ b/textproc/p5-XML-Generator-DBI/Makefile @@ -11,13 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate SAX events from SQL queries -RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= XML::Generator::DBI.3 - -NO_STAGE= yes .include <bsd.port.mk> |