freebsd-ports/security/p5-Crypt-Camellia_PP/Makefile
Martin Wilke 744da227f0 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
2007-07-12 18:37:16 +00:00

20 lines
504 B
Makefile

# New ports collection Makefile for: p5-Crypt-Camellia_PP
# Date created: Thu Jul 12 16:35:39 JST 2007
# Whom: Yoshisato YANAGISAWA
# $FreeBSD$
PORTNAME= Crypt-Camellia_PP
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
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>