16 lines
273 B
Makefile
16 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.22 2016/03/20 19:57:08 naddy Exp $
|
|
|
|
COMMENT= calculate the similarity of two strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Similarity-1.04
|
|
CATEGORIES= textproc
|
|
REVISION = 2
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|