- Add p5-Number-Uncertainty 0.1
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/
This commit is contained in:
parent
a2f24e6510
commit
560dc2464e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300704
@ -460,6 +460,7 @@
|
||||
SUBDIR += p5-NetCDF
|
||||
SUBDIR += p5-Number-Compare
|
||||
SUBDIR += p5-Number-Fraction
|
||||
SUBDIR += p5-Number-Uncertainty
|
||||
SUBDIR += p5-Number-WithError
|
||||
SUBDIR += p5-Number-WithError-LaTeX
|
||||
SUBDIR += p5-Roman
|
||||
|
24
math/p5-Number-Uncertainty/Makefile
Normal file
24
math/p5-Number-Uncertainty/Makefile
Normal file
@ -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>
|
2
math/p5-Number-Uncertainty/distinfo
Normal file
2
math/p5-Number-Uncertainty/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Number-Uncertainty-0.1.tar.gz) = 56f8284504264f13476f58abc54ae952d426b21fb8eb59584df23f15a9140164
|
||||
SIZE (Number-Uncertainty-0.1.tar.gz) = 6940
|
4
math/p5-Number-Uncertainty/pkg-descr
Normal file
4
math/p5-Number-Uncertainty/pkg-descr
Normal file
@ -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/
|
5
math/p5-Number-Uncertainty/pkg-plist
Normal file
5
math/p5-Number-Uncertainty/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user