2013-09-12 08:03:58 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-15 18:15:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Number-WithError
|
2010-10-05 05:03:19 +02:00
|
|
|
PORTVERSION= 1.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-15 18:15:33 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-15 18:15:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-10-20 07:53:20 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2006-05-15 18:15:33 +02:00
|
|
|
COMMENT= Numbers with error propagation and scientific rounding
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \
|
|
|
|
p5-prefork>=0:devel/p5-prefork
|
2010-10-05 05:03:19 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-15 18:15:33 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS= p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
|
2012-03-06 10:18:05 +01:00
|
|
|
|
2013-09-12 08:03:58 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-15 18:15:33 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|