aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rijndael_PP/Makefile
blob: 35f04f17974023f6b27eb1d3a2a1aa8f37979081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Crypt-Rijndael_PP
# Date created:		2006-07-14
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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>