2013-08-02 20:52:07 +02:00
|
|
|
# Created by: nork@FreeBSD.org
|
2002-09-20 22:26:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Serpent
|
|
|
|
PORTVERSION= 1.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2002-09-20 22:26:01 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-20 22:26:01 +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 Serpent encryption algorithm
|
2002-09-20 22:26:01 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-09-20 22:26:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|