1997c75349
From Darrin Chandler
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 23:30:00 merdely 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>
|