aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-06-05 22:21:43 +0800
committermat <mat@FreeBSD.org>2015-06-05 22:21:43 +0800
commitaca1319ee5ce214562df92cdf63febf3d60c33d1 (patch)
treea04b8f019a485579efdde0660a93494c030aaef1 /textproc
parent6a7476a5fb1959e8e57535cf529dc9507e610deb (diff)
downloadfreebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.tar.gz
freebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.tar.zst
freebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.zip
Get rid of PERL_LEVEL checks for Perl versions not supported.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Xslate/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index bb862ed864db..bf417488e8eb 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -24,13 +24,7 @@ MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501600
-BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Xslate/Xslate.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>