openbsd-ports/textproc/p5-String-Approx/Makefile
kevlo 0725a30a4c Initial import of String-Approx-3.15.
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors,
closely related vocabularies (colour color), genetic mutations (GAG ACT),
abbreviations (McScot, MacScot).
2001-06-15 02:12:17 +00:00

23 lines
478 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/06/15 02:12:17 kevlo Exp $
COMMENT= "module for approximate matching"
DISTNAME= String-Approx-3.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.414
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
CONFIGURE_STYLE= perl
.include <bsd.port.mk>