summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-ECB/Makefile
blob: ed976319e8793b73eefa146326c29dcbf0e62617 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>