diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-10 06:33:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-10 06:33:01 +0000 |
commit | 560dc2464ec61d215c31a1a7b7d7ce890a30f993 (patch) | |
tree | 78451061448d648276be49274906151e2615769c /math/p5-Number-Uncertainty | |
parent | a2f24e6510a2ef14f3ed559ab23050c4a59fdd68 (diff) | |
download | ports-560dc2464ec61d215c31a1a7b7d7ce890a30f993.tar.gz ports-560dc2464ec61d215c31a1a7b7d7ce890a30f993.zip |
Notes
Diffstat (limited to 'math/p5-Number-Uncertainty')
-rw-r--r-- | math/p5-Number-Uncertainty/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/p5-Number-Uncertainty/Makefile b/math/p5-Number-Uncertainty/Makefile new file mode 100644 index 000000000000..fc56a9009121 --- /dev/null +++ b/math/p5-Number-Uncertainty/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Number-Uncertainty +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Number-Uncertainty +PORTVERSION= 0.1 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= An object-orientated uncertainty object + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= Number::Uncertainty.3 + +.include <bsd.port.mk> diff --git a/math/p5-Number-Uncertainty/distinfo b/math/p5-Number-Uncertainty/distinfo new file mode 100644 index 000000000000..a7b299be3bca --- /dev/null +++ b/math/p5-Number-Uncertainty/distinfo @@ -0,0 +1,2 @@ +SHA256 (Number-Uncertainty-0.1.tar.gz) = 56f8284504264f13476f58abc54ae952d426b21fb8eb59584df23f15a9140164 +SIZE (Number-Uncertainty-0.1.tar.gz) = 6940 diff --git a/math/p5-Number-Uncertainty/pkg-descr b/math/p5-Number-Uncertainty/pkg-descr new file mode 100644 index 000000000000..8feba708dadb --- /dev/null +++ b/math/p5-Number-Uncertainty/pkg-descr @@ -0,0 +1,4 @@ +Number::Uncertainty provides an object-orientated uncertainty object. It stores +information about a value and its error bounds. + +WWW: http://search.cpan.org/dist/Number-Uncertainty/ diff --git a/math/p5-Number-Uncertainty/pkg-plist b/math/p5-Number-Uncertainty/pkg-plist new file mode 100644 index 000000000000..92f749a1054b --- /dev/null +++ b/math/p5-Number-Uncertainty/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Number/Uncertainty.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Uncertainty/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Uncertainty +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number +@dirrmtry %%SITE_PERL%%/Number |