15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/07/12 21:02:25 sthen Exp $
|
|
|
|
COMMENT= interface to HMAC Message-Digest Algorithms
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Digest-HMAC-1.03
|
|
CATEGORIES= security
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|