diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 09:11:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 09:11:48 +0000 |
commit | dfd33acdf27dad937dbfa10ed4b3792e74184cce (patch) | |
tree | 64cc74a38ef454c77fd0dddfb9260a9d16a04c89 | |
parent | 19c06076fbb37f1002d19653e36bc8c8ff81505a (diff) | |
download | ports-dfd33acdf27dad937dbfa10ed4b3792e74184cce.tar.gz ports-dfd33acdf27dad937dbfa10ed4b3792e74184cce.zip |
Notes
-rw-r--r-- | security/cp2fwb/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/cp2fwb/Makefile b/security/cp2fwb/Makefile index 9f93f44b61b4..b4e9cf8132db 100644 --- a/security/cp2fwb/Makefile +++ b/security/cp2fwb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cp2fwb -# Date created: 20 April 2002 -# Whom: Christian Brueffer <chris@unixpages.org> -# +# Created by: Christian Brueffer <chris@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} |