mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
304 B
Makefile
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
|