16 lines
265 B
Makefile
16 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.24 2020/07/03 21:45:49 sthen Exp $
|
|
|
|
COMMENT= calculate the similarity of two strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Similarity-1.04
|
|
CATEGORIES= textproc
|
|
REVISION = 3
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|