diff options
Diffstat (limited to 'misc/p5-Lingua-EN-Numbers-Ordinate/Makefile')
-rw-r--r-- | misc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile deleted file mode 100644 index 893af555d29..00000000000 --- a/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2005/05/19 17:27:13 reed Exp $ -# - -DISTNAME= Lingua-EN-Numbers-Ordinate-1.02 -PKGNAME= p5-${DISTNAME} -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/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= ${PERL5_SITEARCH}/auto/Lingua/EN/Numbers/Ordinate/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" |