Date: Mon, 5 Jun 2017 23:25:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442716 - head/sysutils/backuppc4 Message-ID: <201706052325.v55NPoUG064531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706052325.v55NPoUG064531>