14 lines
228 B
Makefile
14 lines
228 B
Makefile
COMMENT= module for approximate matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Approx-3.28
|
|
CATEGORIES= textproc
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
REVISION = 0
|
|
|
|
# LGPL/Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|