diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-27 09:29:13 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-27 09:29:13 +0000 |
commit | ebc1fa546018801951aa4405bcbb276f85aaaddb (patch) | |
tree | 68cea147164decf5523c3074e00ac45b5f630d22 /textproc/p5-XML-SAX/Makefile | |
parent | c0670972f3d0bd0cdee06b65bbebfd64cb8ced04 (diff) | |
download | ports-ebc1fa546018801951aa4405bcbb276f85aaaddb.tar.gz ports-ebc1fa546018801951aa4405bcbb276f85aaaddb.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 2f2d5ebe3dc5..09a4b864cec1 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,16 +6,17 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org +COMMENT= Simple API for XML -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport +RUN_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -25,8 +26,7 @@ MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \ XML::SAX::Exception.3 XML::SAX::Intro.3 \ XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \ XML::SAX::PurePerl::Reader.3 - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-configure: # dirty hack to deceive irritable pod2man |