15 lines
256 B
Makefile
15 lines
256 B
Makefile
|
COMMENT = implementation of the soundex algorithm
|
||
|
DISTNAME = Text-Soundex-3.05
|
||
|
CATEGORIES = textproc
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB = c perl
|
||
|
MODULES = cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|