2013-09-11 19:17:46 +02:00
|
|
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
2002-01-26 04:01:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-01-30 10:08:26 +01:00
|
|
|
PORTNAME= Crypt-OTP
|
|
|
|
PORTVERSION= 2.00
|
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2002-01-26 04:01:41 +01:00
|
|
|
|
2014-01-30 10:08:26 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl implementation of the One Time Pad (hence, OTP) encryption method
|
2002-01-26 04:01:41 +01:00
|
|
|
|
2013-09-11 19:17:46 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-01-26 04:01:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|