20 lines
603 B
Makefile
20 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.24 2022/06/28 11:36:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Lingua-EN-Numbers-Ordinate-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Lingua-EN-Numbers-Ordinate
|
|
COMMENT= Go from cardinal number (3) to ordinal ("3rd")
|
|
|
|
#DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Lingua/EN/Numbers/Ordinate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|