summaryrefslogtreecommitdiff
path: root/math/p5-Roman/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2009-02-09 03:18:07 +0000
committerdsainty <dsainty@pkgsrc.org>2009-02-09 03:18:07 +0000
commit5dac79d3a4b72393a229a57016e1db10464d49c6 (patch)
treeb47f13d35b87799b5c31e009a8d0d01671bb7c05 /math/p5-Roman/Makefile
parentee3ed1bbfd92274dc3b6a570b44ba764bfe6448c (diff)
downloadpkgsrc-5dac79d3a4b72393a229a57016e1db10464d49c6.tar.gz
This module provides some functions which help conversion of numeric notation
between Roman and Arabic.
Diffstat (limited to 'math/p5-Roman/Makefile')
-rw-r--r--math/p5-Roman/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile
new file mode 100644
index 00000000000..8f39b9f390a
--- /dev/null
+++ b/math/p5-Roman/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/09 03:18:07 dsainty Exp $
+#
+
+DISTNAME= Roman-1.22
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Roman/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Conversion of numeric notation between Roman and Arabic
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Roman/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"