blob: 5c5f433c1090436602a772de2ab4ad04ae78d95f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2011/08/14 15:14:06 obache Exp $
#
DISTNAME= Number-Spell-0.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Number-Spell/
COMMENT= Perl extension for spelling out numbers
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Number/Spell/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|