aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-BioPerl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-01 23:50:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-01 23:50:33 +0000
commit3f15a6f87f97f2b0ba221b04356a0fa91b47b02d (patch)
tree07449203201a0122d67b45ffc90525e0161c5be4 /biology/p5-BioPerl
parent53be7d1160592816e36a66b7c1a312a7c44afe07 (diff)
downloadports-3f15a6f87f97f2b0ba221b04356a0fa91b47b02d.tar.gz
ports-3f15a6f87f97f2b0ba221b04356a0fa91b47b02d.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=442335
Diffstat (limited to 'biology/p5-BioPerl')
-rw-r--r--biology/p5-BioPerl/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/biology/p5-BioPerl/Makefile b/biology/p5-BioPerl/Makefile
index f6449e91f013..5ec3da283c7c 100644
--- a/biology/p5-BioPerl/Makefile
+++ b/biology/p5-BioPerl/Makefile
@@ -17,6 +17,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Algorithm-Munkres>=0:math/p5-Algorithm-Munkres \
p5-Array-Compare>=0:misc/p5-Array-Compare \
+ p5-CGI>=0:www/p5-CGI \
p5-Clone>=0:devel/p5-Clone \
p5-Convert-Binary-C>=0:converters/p5-Convert-Binary-C \
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
@@ -92,11 +93,4 @@ post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502200
-BUILD_DEPENDS+= p5-CGI>=0:www/p5-CGI
-RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>