head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	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;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.07.12.18.37.16;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	p5-Crypt-Camellia_PP
# Date created:				Thu Jul 12 16:35:39 JST 2007
# Whom:	      				Yoshisato YANAGISAWA
# $FreeBSD: head/security/p5-Crypt-Camellia_PP/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Crypt-Camellia_PP
PORTVERSION=	0.02
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	yanagisawa@@csg.is.titech.ac.jp
COMMENT=	Perl extension for Camellia Encryption Algorithm in pure Perl

PERL_CONFIGURE=	yes

MAN3=		Crypt::Camellia_PP.3

.include <bsd.port.mk>
@


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
@d4 1
a4 1
# $FreeBSD$
@


1.1
log
@Crypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit
symmetrical block cipher with 128-bit, 192-bit, and 256-bit key from
NTT and Mitsubishi Electric Corporation.  It is one of the approved
encryption methods to be used by European Union as well as specified
in several Internet RFCs.

See also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
WWW: http://search.cpan.org/dist/Crypt-Camellia_PP/

PR:		ports/114525
Submitted by:	Yoshisato YANAGISAWA
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@

