svn commit: r442716 - head/sysutils/backuppc4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:25:52 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:25:50 2017
New Revision: 442716
URL: https://svnweb.freebsd.org/changeset/ports/442716

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/sysutils/backuppc4/Makefile

Modified: head/sysutils/backuppc4/Makefile
==============================================================================
--- head/sysutils/backuppc4/Makefile	Mon Jun  5 23:25:45 2017	(r442715)
+++ head/sysutils/backuppc4/Makefile	Mon Jun  5 23:25:50 2017	(r442716)
@@ -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>


More information about the svn-ports-all mailing list