2013-08-02 20:52:07 +02:00
|
|
|
# Created by: nork@FreeBSD.org
|
2002-09-20 22:24:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-RC5
|
2003-01-01 22:52:12 +01:00
|
|
|
PORTVERSION= 2.00
|
2002-09-20 22:24:21 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-20 22:24:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 17:16:12 +01:00
|
|
|
COMMENT= Perl implementation of the RC5 encryption algorithm
|
2002-09-20 22:24:21 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-09-20 22:24:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|