2010-11-20 17:58:53 +01:00
|
|
|
# New ports collection makefile for: p5-Number-Tolerant
|
2010-11-20 17:35:31 +01:00
|
|
|
# Date created: 2010-11-18
|
|
|
|
# Whom: Kurt Lidl <kurt.lidl@cello.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Number-Tolerant
|
2010-11-30 07:17:59 +01:00
|
|
|
PORTVERSION= 1.701
|
2011-10-07 19:03:53 +02:00
|
|
|
PORTREVISION= 1
|
2010-11-20 17:35:31 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
2010-11-20 17:35:31 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Provides inexact number comparisons with tolerance ranges
|
|
|
|
|
2011-10-07 19:03:53 +02:00
|
|
|
BUILD_DEPENDS= p5-Math-BigRat>=0:${PORTSDIR}/math/p5-Math-BigRat \
|
|
|
|
p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
|
|
|
|
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
|
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
|
|
|
|
|
2010-11-20 17:35:31 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Number::Tolerant.3 \
|
|
|
|
Number::Tolerant::Constant.3 \
|
|
|
|
Number::Tolerant::Type.3 \
|
2010-11-30 07:17:59 +01:00
|
|
|
Number::Tolerant::Type::constant.3 \
|
|
|
|
Number::Tolerant::Type::infinite.3 \
|
|
|
|
Number::Tolerant::Type::less_than.3 \
|
|
|
|
Number::Tolerant::Type::more_than.3 \
|
|
|
|
Number::Tolerant::Type::offset.3 \
|
|
|
|
Number::Tolerant::Type::or_less.3 \
|
|
|
|
Number::Tolerant::Type::or_more.3 \
|
|
|
|
Number::Tolerant::Type::plus_or_minus.3 \
|
|
|
|
Number::Tolerant::Type::plus_or_minus_pct.3 \
|
|
|
|
Number::Tolerant::Type::to.3 \
|
|
|
|
Number::Tolerant::Union.3 \
|
|
|
|
Test::Tolerant.3
|
2010-11-20 17:35:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|