Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 23:25:45 +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: r442715 - head/sysutils/backuppc
Message-ID:  <201706052325.v55NPj4S064425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  5 23:25:45 2017
New Revision: 442715
URL: https://svnweb.freebsd.org/changeset/ports/442715

Log:
  Remove outdated PERL_LEVEL check
  
  - While I'm here, add NO_ARCH
  
  With hat:	perl

Modified:
  head/sysutils/backuppc/Makefile

Modified: head/sysutils/backuppc/Makefile
==============================================================================
--- head/sysutils/backuppc/Makefile	Mon Jun  5 23:25:40 2017	(r442714)
+++ head/sysutils/backuppc/Makefile	Mon Jun  5 23:25:45 2017	(r442715)
@@ -14,7 +14,8 @@ COMMENT=	Multi-platform backup to disk-based storage
 LICENSE=	GPLv2
 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
 
 CONFLICTS=	backuppc-devel-[0-9]*
 
@@ -22,6 +23,7 @@ USE_RC_SUBR=	backuppc
 
 USES=		cpe perl5
 CPE_VENDOR=	craig_barratt
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 USERS=		backuppc
@@ -116,10 +118,4 @@ do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/backuppc
 	${CP} ${WRKSRC}/update.pl ${STAGEDIR}${PREFIX}/libexec/backuppc/update.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.v55NPj4S064425>