1bdff04a05
- Updating package for p5 module Locale::Currency::Format from 1.26 to 1.28 - Setting gnu-gpl-v2 as license - removing dependency to p5-Locale-Codes, because it uses nowhere in Locale::Currency::Format Upstream changes are not recorded
21 lines
654 B
Makefile
21 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/05/21 10:26:17 sno Exp $
|
|
|
|
DISTNAME= Locale-Currency-Format-1.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TN/TNGUYEN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Locale-Currency-Format/
|
|
COMMENT= Perl functions for formatting monetary values
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
#DEPENDS+= p5-Locale-Codes>=2.07:../../misc/p5-Locale-Codes
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Locale/Currency/Format/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|