aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-06 07:25:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-06 07:25:50 +0800
commitdb1b1e837fea02b61e4170bd0b709ffee9c81d1c (patch)
tree8322c4007b13756e788c279e2312a64560669e7b /sysutils
parent8ecd6f1d48f372869a7599446f27e4704d7c6ffe (diff)
downloadfreebsd-ports-gnome-db1b1e837fea02b61e4170bd0b709ffee9c81d1c.tar.gz
freebsd-ports-gnome-db1b1e837fea02b61e4170bd0b709ffee9c81d1c.tar.zst
freebsd-ports-gnome-db1b1e837fea02b61e4170bd0b709ffee9c81d1c.zip
Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/backuppc4/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile
index c691159ce7a3..525a1e9695e3 100644
--- a/sysutils/backuppc4/Makefile
+++ b/sysutils/backuppc4/Makefile
@@ -14,7 +14,8 @@ COMMENT= Multi-platform backup to disk-based storage
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-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]* backuppc-devel-[0-9]*
@@ -85,10 +86,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>