2013-09-11 19:17:46 +02:00
|
|
|
# Created by: clsung
|
2003-11-04 17:42:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-OFB
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-04 17:42:44 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-11-04 17:42:44 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2003-11-04 17:42:44 +01:00
|
|
|
COMMENT= Encrypt Data using OFB Mode
|
|
|
|
|
2012-06-29 20:30:42 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-ECB>=0:${PORTSDIR}/security/p5-Crypt-ECB
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-11-04 17:42:44 +01:00
|
|
|
|
2013-09-11 19:17:46 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-11-04 17:42:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|