18 lines
288 B
Makefile
18 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.20 2015/01/21 06:23:35 bentley Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= calculate the similarity of two strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Similarity-1.04
|
|
CATEGORIES= textproc
|
|
REVISION = 1
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|