aboutsummaryrefslogtreecommitdiff
path: root/sysutils/backuppc-devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:40 +0000
commitcd83ef3e66b5b2a4656006ed78a796032651bbee (patch)
tree0c7f16c1603944c23cc9fcb1b0afd50d4aba218d /sysutils/backuppc-devel
parent2e0f9183c0ebcd3535780c92324843c73339c6c8 (diff)
downloadports-cd83ef3e66b5b2a4656006ed78a796032651bbee.tar.gz
ports-cd83ef3e66b5b2a4656006ed78a796032651bbee.zip
Remove outdated PERL_LEVEL check
With hat: perl
Notes
Notes: svn path=/head/; revision=442714
Diffstat (limited to 'sysutils/backuppc-devel')
-rw-r--r--sysutils/backuppc-devel/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile
index 87532bf9b1f4..95b9f04bd53d 100644
--- a/sysutils/backuppc-devel/Makefile
+++ b/sysutils/backuppc-devel/Makefile
@@ -13,7 +13,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
EXTRACT_DEPENDS= p5-BackupPC-XS>=0.53:sysutils/p5-BackupPC-XS
-RUN_DEPENDS= p5-File-Listing>=0:sysutils/p5-File-Listing \
+RUN_DEPENDS= p5-CGI>0:www/p5-CGI \
+ p5-File-Listing>=0:sysutils/p5-File-Listing \
p5-BackupPC-XS>=0.53:sysutils/p5-BackupPC-XS
CONFLICTS= backuppc-[0-9]* backuppc4-[0-9]*
@@ -95,10 +96,4 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/backuppc
${CP} ${WRKSRC}/configure.pl ${STAGEDIR}${PREFIX}/libexec/backuppc/configure.pl
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502200
-RUN_DEPENDS+= p5-CGI>0:www/p5-CGI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>