1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/p5-Crypt-ECB/Makefile

22 lines
433 B
Makefile

PORTNAME= Crypt-ECB
PORTVERSION= 2.23
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing the ECB encryption algorithm
WWW= https://metacpan.org/release/Crypt-ECB
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC
LICENSE_FILE_GPLv1+ = ${WRKSRC}/GPLv1
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>