mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
560dc2464e
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/
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# 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>
|