2001-01-04 00:26:25 +01:00
|
|
|
# New ports collection makefile for: Crypt-Rijndael
|
|
|
|
# Date created: Wed Jan 3 16:15:20 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Rijndael
|
2002-02-20 03:47:14 +01:00
|
|
|
PORTVERSION= 0.05
|
2006-04-23 10:40:47 +02:00
|
|
|
PORTREVISION= 1
|
2001-01-04 00:26:25 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl module that implements the Rijndael cipher
|
2001-01-04 00:26:25 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::Rijndael.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|