diff options
author | skv <skv@FreeBSD.org> | 2003-02-27 17:29:13 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-02-27 17:29:13 +0800 |
commit | 4da66f93e3c75b385d1db1598955306f8289dcaa (patch) | |
tree | 4f2b138592ae8f3e31db739d72f44645e948c2ef /textproc/p5-XML-SAX/Makefile | |
parent | 508aeec639e408e4f3f05b92ea2a2ca91ccd07d4 (diff) | |
download | freebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.tar.gz freebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.tar.zst freebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.zip |
Updated to 0.12
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 |