1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Chase the gdome2 update and bump PORTREVISION. This module does not

seem to have been updated to officially support the latest version of
gdome2, so I've added a workaround so the version check passes.  If
this module does not work properly, please contact the original
author.
This commit is contained in:
Akinori MUSHA 2003-10-25 09:59:04 +00:00
parent 1ea3c0d3ab
commit e524752c19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92108

View File

@ -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>