head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	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.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.06.17.22.51;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.05.00.40.59;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.15.21.17.09;	author tobez;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.28.03;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.03.22.14.35;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.27;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.13.26.49;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.21.06.54.43;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.37.13;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.19.16.10.52;	author ade;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Crypt-Blowfish
# Date created:				2000/09/18
# Whom:					patrick@@mindstep.com
#
# $FreeBSD: head/security/p5-Crypt-Blowfish/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Blowfish
PORTVERSION=	2.12
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 interface to the Blowfish encryption alogorithm

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

WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
PERL_CONFIGURE=	yes

MAN3=		Crypt::Blowfish.3

.include <bsd.port.mk>
@


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


1.9
log
@- Update to 2.12

Feature safe:	yes
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC
@


1.8
log
@Update to 2.11a.

Changes file not helpful at the moment.  The diffs
to 2.10 show no functionality changes.

Changes:	http://search.cpan.org/dist/Crypt-Blowfish/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.11a
@


1.7
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	2.10
d19 1
@


1.6
log
@- Update to 2.10
- Add WWW in pkg-descr
- Assign maintainership to perl@@

PR:		91107
Submitted by:	leeym
Approved by:	maintainer
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	2.09
d15 1
a15 1
MAINTAINER=	patrick@@mindstep.com
d18 2
a23 1

@


1.4
log
@De-pkg-comment.
@
text
@a21 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@Update to 2.09

Approved by:	knu (mentor)
@
text
@d16 1
@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Crypt-Blowfish/Makefile,v 1.1 2000/09/19 16:10:52 ade Exp $
d9 1
a9 1
PORTVERSION=	2.06
@


1.1
log
@Add p5-Crypt-Blowfish, a perl module for Blowfish encryption,
required for the OpenSRS application.

PR:		21340
Submitted by:	Patrick Bihan-Faou <patrick@@mindstep.com>
@
text
@d5 1
a5 1
# $FreeBSD$
d17 1
a17 1
USE_PERL5=	yes
a21 4

do-configure:
	@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
		CC="${CC}" CCFLAGS="${CFLAGS}"
@

