Files
bsdports/perl5/p5-Digest-HMAC/Makefile
2025-08-27 17:10:19 +02:00

20 lines
304 B
Makefile

#
# $Id$
#
PORTNAME= Digest-HMAC
PORTVERSION= 1.03
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to HMAC Message-Digest Algorithms
USES= perl5
USE_PERL5= configure
PERL_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
#EOF