[Midnightbsd-cvs] CVS Commit: Makefile: nonfunctional changes.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 14 02:48:08 EDT 2007
Log Message:
-----------
nonfunctional changes.
Modified Files:
--------------
mports/textproc/p5-XML-Twig:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/p5-XML-Twig/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltextproc/p5-XML-Twig/Makefile -Ltextproc/p5-XML-Twig/Makefile -u -r1.1 -r1.2
--- textproc/p5-XML-Twig/Makefile
+++ textproc/p5-XML-Twig/Makefile
@@ -16,8 +16,6 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Process huge XML documents by chunks via a tree interface
-# On Perl < 5.8.0, XML::Twig has a further optional dependency on WeakRef.
-# However, WeakRef needs Perl 5.005_55.
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
@@ -35,10 +33,4 @@
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
-IGNORE= requires Perl 5.6.1 or newer, install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list