aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Camellia_PP/Makefile
blob: 50c254996687b2c3c4af988258248bc064f83e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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=   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>