head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	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.3
	RELEASE_6_3_0:1.3
	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.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2012.05.01.01.47.03;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.21.17.37.47;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.15.01.08.27;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.30.20.39.06;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.20.02.56.38;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.03.09.21.41;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Crypt-xDBM_File
# Date created:				Tue Dec 30 08:56:41 CST 2003
# Whom:					Cheng-Lung Sung <clsung@@dragon2.net>
#
# $FreeBSD: head/security/p5-Crypt-xDBM_File/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-xDBM_File
PORTVERSION=	1.02
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl module encrypt almost any kind of dbm file

BUILD_DEPENDS=	p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::xDBM_File.3

.include <bsd.port.mk>
@


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


1.6
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
@


1.5
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
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.4
log
@- Update to 1.02

Changes:	http://search.cpan.org/dist/Crypt-xDBM_File/Changes
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- remove IGNORE on old perl
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.2
log
@My territory, suggested by ijliao. :p

Approved by:	vanilla (co-mentor)
@
text
@d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

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


1.1
log
@Add p5-Crypt-xDBM_File 1.01,
perl module encrypt almost any kind of
dbm file.

PR:		60709
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=	clsung@@dragon2.net
@

