16 lines
269 B
Makefile
16 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:50:07 sthen Exp $
|
|
|
|
COMMENT= implementation of a "sounds like" algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-DoubleMetaphone-0.07
|
|
REVISION= 7
|
|
CATEGORIES= textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|