15 lines
257 B
Makefile
15 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.28 2017/04/30 14:55:24 benoit Exp $
|
|
|
|
COMMENT= module for approximate matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Approx-3.28
|
|
CATEGORIES= textproc
|
|
|
|
# LGPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|