9e0053e336
ok steven@
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/01/15 17:40:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "module to calculate Nilsimsa digests"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-Nilsimsa-0.06
|
|
CATEGORIES= security
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|