summaryrefslogtreecommitdiff
path: root/finance/p5-Locale-Currency-Format/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Locale-Currency-Format/Makefile')
-rw-r--r--finance/p5-Locale-Currency-Format/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/finance/p5-Locale-Currency-Format/Makefile b/finance/p5-Locale-Currency-Format/Makefile
new file mode 100644
index 00000000000..039ac7f99ee
--- /dev/null
+++ b/finance/p5-Locale-Currency-Format/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 01:59:42 abs Exp $
+
+DISTNAME= Locale-Currency-Format-1.25
+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/perldoc?Locale::Currency::Format
+COMMENT= Perl functions for formatting monetary values
+
+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"