2013-09-11 19:17:46 +02:00
|
|
|
# Created by: will
|
2001-01-04 00:26:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Rijndael
|
2012-08-30 21:28:59 +02:00
|
|
|
PORTVERSION= 1.11
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-04 00:26:25 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-02 17:13:30 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:26:25 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-06-03 16:38:16 +02:00
|
|
|
MAINTAINER= skreuzer@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
|
|
|
|
2008-04-02 17:13:30 +02:00
|
|
|
BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest
|
|
|
|
|
2013-09-11 19:17:46 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-01-04 00:26:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|