13 lines
227 B
Makefile
13 lines
227 B
Makefile
COMMENT= perl implementation of Levenshtein edit distance
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-LevenshteinXS-0.03
|
|
REVISION= 7
|
|
CATEGORIES= textproc devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|