openbsd-ports/textproc/p5-Text-Soundex/Makefile
sthen 3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00

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>