21 lines
356 B
Makefile
21 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:41:27 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to calculate SHA1 digests
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-SHA1-2.13
|
|
REVISION= 2
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|