forked from Lainports/freebsd-ports
20 lines
396 B
Makefile
20 lines
396 B
Makefile
PORTNAME= Digest-HMAC
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to HMAC Message-Digest Algorithms
|
|
WWW= https://metacpan.org/release/Digest-HMAC
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|