1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/math/p5-Number-Uncertainty/Makefile
Sunpoet Po-Chuan Hsieh 560dc2464e - 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/
2012-07-10 06:33:01 +00:00

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>