diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-07-07 12:38:41 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-07-07 12:38:41 +0000 |
commit | 1d0781f16b0ab05b7cc5ed9a1f93b165eec1b58e (patch) | |
tree | 2de24727c935ea5a33a0d96c25e2cacdcb1f548e /textproc/p5-XML-SAX-Writer/Makefile | |
parent | 836525189b5a4da8bfaaccaeabee5ed81ca867cf (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX-Writer/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX-Writer/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile index d21f5914aadd..de6b2135debc 100644 --- a/textproc/p5-XML-SAX-Writer/Makefile +++ b/textproc/p5-XML-SAX-Writer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX-Writer -PORTVERSION= 0.39 +PORTVERSION= 0.41 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv -BUILD_DEPENDS= ${RUN_DEPENDS} + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::SAX::Writer.3 +MAN3= XML::SAX::Writer.3 XML::SAX::Writer::XML.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |