head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.28.18.37.19;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2010.09.21.16.08.10;	author mm;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.34.50;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.05.20.37.45;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.24.12.03.26;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2003.06.04.18.58.10;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.42;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.18.12.04.26;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cp2fwb
# Date created:			20 April 2002
# Whom:				Christian Brueffer <chris@@unixpages.org>
#
# $FreeBSD: head/security/cp2fwb/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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
USE_PERL5=	yes
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}

.include <bsd.port.post.mk>
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
d18 1
a18 2
RUN_DEPENDS=	${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
d24 6
d34 1
a34 1
.include <bsd.port.mk>
@


1.5
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	cp2fwbuilder
@


1.4
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d21 1
@


1.3
log
@Assign MAINTAINER to ports@@FreeBSD.org.

PR:		ports/52534
Submitted by:	Christian Brueffer <chris@@unixpages.org>
@
text
@d18 2
a19 2
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
@


1.2
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	chris@@unixpages.org
@


1.1
log
@add cp2fwb 0.6
Checkpoint FW1 to Firewall Builder ruleset converter

PR:		37298
Submitted by:	Christian Brueffer <chris@@unixpages.org>
@
text
@d16 1
@

