diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Roman/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Roman/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Roman/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Roman/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Roman/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 227431fee1c5..b8bb324cbf03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -108,6 +108,7 @@ SUBDIR += p5-Math-Trig SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-MatrixReal + SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-Window SUBDIR += p5-Statistics-ChiSquare diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile new file mode 100644 index 000000000000..18dc0d0b550f --- /dev/null +++ b/math/p5-Roman/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Roman +# Date created: 16 January 2003 +# Whom: Philip Paeps <philip@paeps.cx> +# +# $FreeBSD$ +# + +PORTNAME= Roman +PORTVERSION= 1.1 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Roman +PKGNAMEPREFIX= p5- + +MAINTAINER= philip@paeps.cx + +NO_BUILD= yes + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +do-install: + ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} + +.include <bsd.port.mk> diff --git a/math/p5-Roman/distinfo b/math/p5-Roman/distinfo new file mode 100644 index 000000000000..70951b7ee27f --- /dev/null +++ b/math/p5-Roman/distinfo @@ -0,0 +1 @@ +MD5 (Roman-1.1.tar.gz) = 67b0e6affdc50fdf28cfc438c045fd9b diff --git a/math/p5-Roman/pkg-comment b/math/p5-Roman/pkg-comment new file mode 100644 index 000000000000..5ef66bf7a35a --- /dev/null +++ b/math/p5-Roman/pkg-comment @@ -0,0 +1 @@ +Perl module to convert between Arabic and Roman numerals diff --git a/math/p5-Roman/pkg-descr b/math/p5-Roman/pkg-descr new file mode 100644 index 000000000000..6745d345fe88 --- /dev/null +++ b/math/p5-Roman/pkg-descr @@ -0,0 +1,4 @@ +A Perl package providing the functionality to convert between +Arabic and Roman numerals. + +WWW: http://search.cpan.org/author/OZAWA/Roman-1.1/Roman.pm diff --git a/math/p5-Roman/pkg-plist b/math/p5-Roman/pkg-plist new file mode 100644 index 000000000000..240c3d07da15 --- /dev/null +++ b/math/p5-Roman/pkg-plist @@ -0,0 +1 @@ +lib/perl5/site_perl/%%PERL_VER%%/Roman.pm |