openbsd-ports/textproc/p5-Text-DoubleMetaphone/Makefile
steven 3ea9309779 import Text::DoubleMetaphone 0.07
implementation of a "sounds like" algorithm

submitted by Jim Razmus
2007-10-08 15:24:41 +00:00

20 lines
391 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/08 15:24:41 steven Exp $
SHARED_ONLY= Yes
COMMENT= implementation of a "sounds like" algorithm
MODULES= cpan
DISTNAME= Text-DoubleMetaphone-0.07
CATEGORIES= textproc
MAINTAINER= Jim Razmus II <jim@bonetruck.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>