ports/textproc/p5-Text-DoubleMetaphone/Makefile

14 lines
208 B
Makefile
Raw Normal View History

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