f5c1e93216
The exportable subroutines of Lingua::EN::Inflect provide plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words. from Sam Smith <S at msmith.net>
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/17 19:35:14 sturm Exp $
|
|
|
|
COMMENT= "Convert singular to plural. Select a or an."
|
|
|
|
DISTNAME= Lingua-EN-Inflect-1.86
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|