head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.10.19.00.14.10;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.28.13;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.14.15.45.24;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-Rijndael_PP
# Date created:		2006-07-14
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/p5-Crypt-Rijndael_PP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Rijndael_PP
PORTVERSION=	0.05
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl implementation of Rijndael

PERL_CONFIGURE=	yes

MAN3=		Crypt::Rijndael_PP.3

.include <bsd.port.mk>
@


1.3
log
@- Update to 0.05

PR:             ports/151490
Submitted by:   Gea-Suan Lin <gslin@@gslin.org>
With Hat:       perl@@
Changes:        http://search.cpan.org/dist/Crypt-Rijndael_PP/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
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=	0.04
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@This is a pure perl implementation of the new AES Rijndael. You want
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.

WWW:	http://search.cpan.org/dist/Crypt-Rijndael_PP/

PR:		ports/100262
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@

