mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
cff4ecfe88
- Use shebangfix
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# Created by: Christian Brueffer <chris@unixpages.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cp2fwb
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}uilder/${PORTNAME}uilder/${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter
|
|
|
|
RUN_DEPENDS= p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
|
|
|
PLIST_FILES= bin/cp2fwbuilder
|
|
USES= perl5 shebangfix
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= cp2fwbuilder
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|