diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-15 15:56:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-15 15:56:59 +0000 |
commit | 94562df9963536abe260e8b67fe87fc6e1568586 (patch) | |
tree | f191284e58a8fa4be38cb680b5cdcdefaa516707 /textproc/p5-XML-Twig/Makefile | |
parent | 0a2695ab60eec3847034cea54beb4f73630184d8 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Twig/Makefile')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index b201b2d7879c..bf390e4c2cd4 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Twig -PORTVERSION= 3.15 +PORTVERSION= 3.16 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -30,15 +30,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -MAN1= xml_grep.1 xml_pp.1 xml_spellcheck.1 +MAN1= xml_grep.1 xml_merge.1 xml_pp.1 xml_spellcheck.1 xml_split.1 MAN3= XML::Twig.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -post-patch: - @${PERL} -pi -e '$$_ = "" if /warnings/' \ - ${WRKSRC}/Twig/XPath.pm +IGNORE= Needs 5.6.1 or newer, try installing lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |