aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPathEngine/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-11-01 15:15:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-11-01 15:15:17 +0000
commit95ae3a87ab6ace74d0375580f33a39ff494c6114 (patch)
tree6e9c7a1d39d6985078b6367a410e9641d49afcc7 /textproc/p5-XML-XPathEngine/Makefile
parente008bbf4d3b5b8237bbdb9cabb721269f105e437 (diff)
downloadports-95ae3a87ab6ace74d0375580f33a39ff494c6114.tar.gz
ports-95ae3a87ab6ace74d0375580f33a39ff494c6114.zip
Notes
Diffstat (limited to 'textproc/p5-XML-XPathEngine/Makefile')
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile
index 99f03083e629..0ee5536dae59 100644
--- a/textproc/p5-XML-XPathEngine/Makefile
+++ b/textproc/p5-XML-XPathEngine/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-XPathEngine
-PORTVERSION= 0.04
+PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -24,11 +24,7 @@ MAN3= XML::XPathEngine.3 XML::XPathEngine::Boolean.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-EXTRA_PATCHES= ${PATCHDIR}/extra-*
-
-post-patch:
- ${PERL} -pi -e '$$_ = "" if /^use warnings/' ${WRKSRC}/Makefile.PL
- ${FIND} ${WRKSRC} -name '*.orig' -delete
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>