2f22272503
The exportable subroutines of Lingua::EN::Inflect provide plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words.
20 lines
400 B
Makefile
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>
|