9d76975f56
from Sam Smith <S at msmith.net>
24 lines
466 B
Makefile
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>
|