aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-xmltv
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /textproc/p5-xmltv
parentbeaeca88a88b0f7e641416a47008edd52290575c (diff)
downloadports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz
ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=238202
Diffstat (limited to 'textproc/p5-xmltv')
-rw-r--r--textproc/p5-xmltv/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile
index c9023c88d92a..c8ad9316d24a 100644
--- a/textproc/p5-xmltv/Makefile
+++ b/textproc/p5-xmltv/Makefile
@@ -61,17 +61,6 @@ PORTDOCS= COPYING \
tv_check_doc.jpg
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= \
- ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
- ${SITE_PERL}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS+= \
- ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
- ${SITE_PERL}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-.endif
-
MAN1= tv_cat.1 tv_check.1 tv_extractinfo_en.1 tv_find_grabbers.1 \
tv_grab_ar.1 tv_grab_be.1 tv_grab_br_net.1 \
tv_grab_ch_search.1 tv_grab_combiner.1 tv_grab_dk.1 \
@@ -118,4 +107,4 @@ post-install:
@${MKDIR} ${PREFIX}/${CGIDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi ${PREFIX}/${CGIDIR}/tv_pick.cgi
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>