blob: 986ee8f4d9cdbf242a9cb98646855ec3cdce3e1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= Crypt-OFB
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Encrypt Data using OFB Mode
WWW= https://metacpan.org/release/Crypt-OFB
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-ECB>=0:security/p5-Crypt-ECB
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|