f3b26d4ebe
0.04 into textproc/p5-Lingua-EN-Number-IsOrdinal. This module will tell you if a number, either in words or as digits, is a cardinal or ordinal number. This is useful if you e.g. want to distinguish these types of numbers found with Lingua::EN::FindNumber and take different actions.
27 lines
861 B
Makefile
27 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/03 16:11:42 sno Exp $
|
|
|
|
DISTNAME= Lingua-EN-Number-IsOrdinal-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Number-IsOrdinal/
|
|
COMMENT= Perl module to detect if English number is ordinal or cardinal
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Lingua-EN-FindNumber-[0-9]*:../../textproc/p5-Lingua-EN-FindNumber
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Lingua/EN/Number/IsOrdinal/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# TODO: also package Lingua-DE-Sentence, Lingua-HE-Sentence
|