openbsd-ports/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
sthen 2f22272503 import p5-Lingua-EN-Inflect from Andrew Fresh, ok landry@
The exportable subroutines of Lingua::EN::Inflect provide
plural inflections, "a"/"an" selection for English words,
and manipulation of numbers as words.
2012-04-06 09:26:25 +00:00

20 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:26:25 sthen Exp $
COMMENT= inflect short English Phrases
DISTNAME= Lingua-EN-Inflect-Phrase-0.12
CATEGORIES= textproc
MAINTAINER= Andrew Fresh <andrew@cpan.org>
# GPL or Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CONFIGURE_ARGS= --skipdeps
.include <bsd.port.mk>