13 lines
204 B
Makefile
13 lines
204 B
Makefile
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>
|