freebsd-ports/security/p5-Crypt-OFB/Makefile
2021-04-06 16:31:07 +02:00

19 lines
353 B
Makefile

# Created by: clsung
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-ECB>=0:security/p5-Crypt-ECB
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>