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


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

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

1.7
date	2012.05.31.11.19.29;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.37.45;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.16.09.55.26;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.31.13.37.19;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.11.13.33.02;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.21.15.02.47;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.16.12.49.03;	author mat;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-CBCeasy
# Date created:				16 octobre 2003
# Whom:	      				mat
#
# $FreeBSD: head/security/p5-Crypt-CBCeasy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-CBCeasy
PORTVERSION=	0.24
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Easy things make really easy with Crypt::CBC

BUILD_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
		p5-MD5>=0:${PORTSDIR}/security/p5-MD5
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::CBCeasy.3

OPTIONS_DEFINE=	DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL
OPTIONS_DEFAULT=	DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL
DES_DESC=		Build with Crypt::DES support
IDEA_DESC=		Build with Crypt::IDEA support
BLOWFISH_DESC=		Build with Crypt::Blowfish support
BLOWFISH_PP_DESC=	Build with Crypt::Blowfish_PP support
TWOFISH2_DESC=		Build with Crypt::Twofish2 support
RIJNDAEL_DESC=		Build with Crypt::Rijndael support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDES}
BUILD_DEPENDS+=	p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES
.endif
.if ${PORT_OPTIONS:MIDEA}
BUILD_DEPENDS+=	p5-Crypt-IDEA>=0:${PORTSDIR}/security/p5-Crypt-IDEA
.endif
.if ${PORT_OPTIONS:MBLOWFISH}
BUILD_DEPENDS+=	p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish
.endif
.if ${PORT_OPTIONS:MBLOWFISH_PP}
BUILD_DEPENDS+=	p5-Crypt-Blowfish_PP>=0:${PORTSDIR}/security/p5-Crypt-Blowfish_PP
.endif
.if ${PORT_OPTIONS:MTWOFISH2}
BUILD_DEPENDS+=	p5-Crypt-Twofish2>=0:${PORTSDIR}/security/p5-Crypt-Twofish2
.endif
.if ${PORT_OPTIONS:MRIJNDAEL}
BUILD_DEPENDS+=	p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael
.endif

.include <bsd.port.mk>
@


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


1.7
log
@Convert to new options framework
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
		${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5
d37 1
a37 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES
d40 1
a40 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA
d43 1
a43 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
d46 1
a46 1
BUILD_DEPENDS+=	${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP
d49 1
a49 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish2.pm:${PORTSDIR}/security/p5-Crypt-Twofish2
d52 1
a52 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d25 8
a32 1
.include <bsd.port.pre.mk>
d34 3
a36 2
OPTIONS=	DES "Build with Crypt::DES support" on
.if !defined(WITHOUT_DES)
d39 1
a39 2
OPTIONS+=	IDEA "Build with Crypt::IDEA support" on
.if !defined(WITHOUT_IDEA)
d42 1
a42 2
OPTIONS+=	BLOWFISH "Build with Crypt::Blowfish support" on
.if !defined(WITHOUT_BLOWFISH)
d45 1
a45 2
OPTIONS+=	BLOWFISH_PP "Build with Crypt::Blowfish_PP support" on
.if !defined(WITHOUT_BLOWFISH_PP)
d48 1
a48 2
OPTIONS+=	TWOFISH2 "Build with Crypt::Twofish2 support" on
.if !defined(WITHOUT_TWOFISH2)
d51 1
a51 2
OPTIONS+=	RIJNDAEL "Build with Crypt::Rijndael support" on
.if !defined(WITHOUT_RIJNDAEL)
d55 1
a55 1
.include <bsd.port.post.mk>
@


1.5
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d14 1
a14 1
MAINTAINER=	mat@@FreeBSD.org
@


1.3
log
@Fixup OPTIONS use
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.2
log
@Add OPTIONS support
@
text
@d22 6
d53 1
a53 5
PERL_CONFIGURE=	yes

MAN3=		Crypt::CBCeasy.3

.include <bsd.port.mk>
@


1.1
log
@Add p5-Crypt-CBCeasy 0.24,
Easy things make really easy with Crypt::CBC.
@
text
@d22 1
d26 1
d30 1
d34 1
d38 1
d42 1
@

