diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-25 09:59:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-25 09:59:04 +0000 |
commit | e524752c19ba2b982a2b4c8624a169382d557659 (patch) | |
tree | 39a923d035b6dd2cff4f4621ea2c44ab09ad122a | |
parent | 1ea3c0d3abd617b9a3479d12b94b6db6c61a7776 (diff) | |
download | ports-e524752c19ba2b982a2b4c8624a169382d557659.tar.gz ports-e524752c19ba2b982a2b4c8624a169382d557659.zip |
Notes
-rw-r--r-- | textproc/p5-XML-GDOME/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile index f65b1e1a5516..45ec4e07abeb 100644 --- a/textproc/p5-XML-GDOME/Makefile +++ b/textproc/p5-XML-GDOME/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-GDOME PORTVERSION= 0.83 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= se@FreeBSD.org COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents -LIB_DEPENDS= gdome.7:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2 RUN_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common BUILD_DEPENDS= ${RUN_DEPENDS} @@ -47,5 +48,7 @@ MAN3= XML::GDOME.3 \ XML::GDOME::XPath::Result.3 \ XML::GDOME::ProcessingInstruction.3 +post-patch: + ${PERL} -i -ne '/die "VERSION"/ or print' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |