openbsd-ports/textproc/p5-Lingua-EN-Inflect/Makefile
sturm 9d76975f56 update to Lingua-EN-Inflect 1.88
from Sam Smith <S at msmith.net>
2005-01-04 19:55:58 +00:00

24 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/01/04 19:55:58 sturm Exp $
COMMENT= "Convert singular to plural. Select a or an."
DISTNAME= Lingua-EN-Inflect-1.88
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>