openbsd-ports/textproc/p5-Lingua-EN-Inflect-Number/Makefile
sturm 92f1a62049 Initial import of p5-Lingua-EN-Inflect-Number 1.1
This module extends the functionality of Lingua::EN::Inflect with three
new functions for word-number conversions.

from Sam Smith <S at msmith.net>
2004-05-17 19:36:22 +00:00

27 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/17 19:36:22 sturm Exp $
COMMENT= "force number of words to singular or plural"
DISTNAME= Lingua-EN-Inflect-Number-1.1
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
RUN_DEPENDS= ::textproc/p5-Lingua-EN-Inflect
BUILD_DEPENDS= ${RUN_DEPENDS}
PKG_ARCH= *
.include <bsd.port.mk>