svn commit: r318936 - head/security/cp2fwb

Andrej Zverev az at FreeBSD.org
Fri May 24 09:11:49 UTC 2013


Author: az
Date: Fri May 24 09:11:48 2013
New Revision: 318936
URL: http://svnweb.freebsd.org/changeset/ports/318936

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/security/cp2fwb/Makefile   (contents, props changed)

Modified: head/security/cp2fwb/Makefile
==============================================================================
--- head/security/cp2fwb/Makefile	Fri May 24 08:55:17 2013	(r318935)
+++ head/security/cp2fwb/Makefile	Fri May 24 09:11:48 2013	(r318936)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cp2fwb
-# Date created:			20 April 2002
-# Whom:				Christian Brueffer <chris at unixpages.org>
-#
+# Created by: Christian Brueffer <chris at unixpages.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cp2fwb
 PORTVERSION=	0.6
@@ -23,10 +19,6 @@ NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${PREFIX}/bin
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-head mailing list