18 lines
321 B
Makefile
18 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.28 2020/07/03 21:45:42 sthen Exp $
|
|
|
|
COMMENT= module to calculate SHA1 digests
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-SHA1-2.13
|
|
REVISION= 5
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|