18 lines
288 B
Makefile
18 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.15 2014/06/14 23:26:01 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to calculate Nilsimsa digests
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-Nilsimsa-0.06
|
|
REVISION= 4
|
|
CATEGORIES= security
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|