summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Roman/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2016-04-20 21:03:22 +0000
committermarkd <markd>2016-04-20 21:03:22 +0000
commit006f7f793363c8458c88f848135fca5ea9db2185 (patch)
tree2b6ee79cf8662e9ab169108497c9fb4018831087 /textproc/p5-Text-Roman/Makefile
parent6af09183b68cdbb2f8163936311433d18e1151e2 (diff)
downloadpkgsrc-006f7f793363c8458c88f848135fca5ea9db2185.tar.gz
Add p5-Text-Roman 3.5
This package supports both conventional Roman algarisms (which range from 1 to 3999) and Milhar Romans, a variation which uses a bar across the algarism to indicate multiplication by 1_000. For the purposes of this module, acceptable syntax consists of an underscore suffixed to the algarism e.g. IV_V = 4_005. The term Milhar apparently derives from the Portuguese word for "thousands" and the range of this notation extends the range of Roman numbers to 3999 * 1000 + 3999 = 4_002_999.
Diffstat (limited to 'textproc/p5-Text-Roman/Makefile')
-rw-r--r--textproc/p5-Text-Roman/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-Text-Roman/Makefile b/textproc/p5-Text-Roman/Makefile
new file mode 100644
index 00000000000..62c2744ba47
--- /dev/null
+++ b/textproc/p5-Text-Roman/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2016/04/20 21:03:22 markd Exp $
+#
+
+DISTNAME= Text-Roman-3.5
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-Roman/
+COMMENT= Allows conversion between Roman and Arabic algarisms
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Text/Roman/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"