diff options
author | skv <skv@FreeBSD.org> | 2012-03-23 04:38:54 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2012-03-23 04:38:54 +0800 |
commit | 5daabde455f8cdbd62dca9b9c2911e48e5f5fa93 (patch) | |
tree | 9fba75323f658713ef142487ded99c0f2eb30c9a /textproc | |
parent | f254ab889ccb66503649a5adcd523c5f0c0972c9 (diff) | |
download | freebsd-ports-gnome-5daabde455f8cdbd62dca9b9c2911e48e5f5fa93.tar.gz freebsd-ports-gnome-5daabde455f8cdbd62dca9b9c2911e48e5f5fa93.tar.zst freebsd-ports-gnome-5daabde455f8cdbd62dca9b9c2911e48e5f5fa93.zip |
- Add missing *_DEPENDS [1]
- pass maintainership to perl@
PR: ports/165892 [1]
Submitted by: swills
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Filter-XInclude/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/textproc/p5-XML-Filter-XInclude/Makefile b/textproc/p5-XML-Filter-XInclude/Makefile index ec6840c6f12b..65c901284057 100644 --- a/textproc/p5-XML-Filter-XInclude/Makefile +++ b/textproc/p5-XML-Filter-XInclude/Makefile @@ -7,19 +7,23 @@ PORTNAME= XML-Filter-XInclude PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XInclude as a SAX Filter -RUN_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer +RUN_DEPENDS:= ${BUILD_DEPENDS} + +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes MAN3= XML::Filter::XInclude.3 - .include <bsd.port.mk> |