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