ports/textproc/p5-Text-Soundex/Makefile

15 lines
256 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>