summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-09-14 06:11:35 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-09-14 06:11:35 +0000
commit8dc55bc8758cd298a0d8e8eeadc9fb9f25919da3 (patch)
tree687c95734f0cd89d933e7f0d7218a6941956c363 /textproc/p5-XML-Atom
parentAdd a master site. (diff)
- tobez point that XML::Atom::Util requires Encode, which 5.6.0 must suffer.
so I encourage 5.6.x users to upgrade to 5.8.x.
Notes
Notes: svn path=/head/; revision=142676
Diffstat (limited to 'textproc/p5-XML-Atom')
-rw-r--r--textproc/p5-XML-Atom/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile
index 8471048d3586..ea149930497c 100644
--- a/textproc/p5-XML-Atom/Makefile
+++ b/textproc/p5-XML-Atom/Makefile
@@ -37,10 +37,7 @@ MAN3= XML::Atom.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-.if ${PERL_LEVEL} < 500601
-IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE= This port requires perl 5.8.5 or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>