diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Number-Fraction/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Number-Fraction/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Number-Fraction/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Number-Fraction/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7bf9b7091d6f..e1133baffbb6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -376,6 +376,7 @@ SUBDIR += p5-MatrixReal SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare + SUBDIR += p5-Number-Fraction SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Roman diff --git a/math/p5-Number-Fraction/Makefile b/math/p5-Number-Fraction/Makefile new file mode 100644 index 000000000000..45d079ed93a6 --- /dev/null +++ b/math/p5-Number-Fraction/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Number-Fraction +# Date created: 2010-03-04 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Number-Fraction +PORTVERSION= 1.12 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Perl extension to model fractions + +PERL_CONFIGURE= yes + +MAN3= Number::Fraction.3 + +.include <bsd.port.mk> diff --git a/math/p5-Number-Fraction/distinfo b/math/p5-Number-Fraction/distinfo new file mode 100644 index 000000000000..d87597749a69 --- /dev/null +++ b/math/p5-Number-Fraction/distinfo @@ -0,0 +1,3 @@ +MD5 (Number-Fraction-1.12.tar.gz) = e6a6d6d47dd5952ab6751db096eafa44 +SHA256 (Number-Fraction-1.12.tar.gz) = b23fa715d795a2a396bce367a1e09ca66b28cdaa1276fd5ecbe02b64bde61b5c +SIZE (Number-Fraction-1.12.tar.gz) = 6673 diff --git a/math/p5-Number-Fraction/pkg-descr b/math/p5-Number-Fraction/pkg-descr new file mode 100644 index 000000000000..22199ef8c59d --- /dev/null +++ b/math/p5-Number-Fraction/pkg-descr @@ -0,0 +1,4 @@ +Number::Fraction is a Perl module which allows you to work with fractions +in your Perl programs. + +WWW: http://search.cpan.org/dist/Number-Fraction/ diff --git a/math/p5-Number-Fraction/pkg-plist b/math/p5-Number-Fraction/pkg-plist new file mode 100644 index 000000000000..ba8239971469 --- /dev/null +++ b/math/p5-Number-Fraction/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Number/Fraction.pm +%%SITE_PERL%%/mach/auto/Number/Fraction/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/Number/Fraction +@dirrmtry %%SITE_PERL%%/mach/auto/Number +@dirrmtry %%SITE_PERL%%/Number |