1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/p5-Digest-HMAC/Makefile
2024-10-25 23:58:43 +08:00

21 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>