head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	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.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	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.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.17.20.14.56;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.28.04;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.02.27.21.18.30;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.03.27;	author ijliao;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.02.04.23.56.42;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Crypt-Blowfish_PP
# Date created:				Sep 30, 2002
# Whom:					Jim Geovedi <jim@@corebsd.or.id>
#
# $FreeBSD: head/security/p5-Crypt-Blowfish_PP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Blowfish_PP
PORTVERSION=	1.12
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Blowfish encryption algorithm implemented purely in Perl

PERL_CONFIGURE=	yes

MAN3=		Crypt::Blowfish_PP.3

.include <bsd.port.mk>
@


1.6
log
@- Pass to perl@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


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


1.4
log
@Reset jim@@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=	jim@@corebsd.or.id
@


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


1.1
log
@New Port: security/p5-Crypt-Blowfish_PP

	Blowfish is a published algorithm written by Bruce Schneier
	Unlike IDEA or DES etc. there are no patent implications
	in using this algorithm.

	It uses anywhere between a 64 bit and a 448 bit key. The
	transform itself is fast and operates on a 64 bit block,
	and most of the calculation time is in initialising the
	context with the key data.

	The _PP name comes from the fact that this implementation
	is Pure Perl, and will not have any compatibility problems.

PR:		ports/43794
Submitted by:	Jim Geovedi <negative@@toxic.magnesium.net>
@
text
@d16 1
@

