2013-05-24 11:11:48 +02:00
|
|
|
# Created by: Christian Brueffer <chris@unixpages.org>
|
2002-09-18 14:04:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cp2fwb
|
|
|
|
PORTVERSION= 0.6
|
2010-09-21 18:08:11 +02:00
|
|
|
PORTREVISION= 1
|
2002-09-18 14:04:26 +02:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}uilder/${PORTNAME}uilder/${PORTNAME}-${PORTVERSION}
|
2002-09-18 14:04:26 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-06-04 20:58:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter
|
2002-09-18 14:04:26 +02:00
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
RUN_DEPENDS= p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
2002-09-18 14:04:26 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/cp2fwbuilder
|
2014-02-28 13:41:08 +01:00
|
|
|
USES= perl5 shebangfix
|
2002-09-18 14:04:26 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-02-28 13:41:08 +01:00
|
|
|
SHEBANG_FILES= cp2fwbuilder
|
2010-09-21 18:08:11 +02:00
|
|
|
|
2002-09-18 14:04:26 +02:00
|
|
|
do-install:
|
2014-02-28 13:41:08 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${STAGEDIR}${PREFIX}/bin
|
2002-09-18 14:04:26 +02:00
|
|
|
|
2014-02-28 13:41:08 +01:00
|
|
|
.include <bsd.port.mk>
|