freebsd-ports/devel/p5-Number-Tolerant/Makefile
Frederic Culot 7b48d5009f - Update to 1.703
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Number-Tolerant/Changes
2014-02-07 08:00:48 +00:00

24 lines
562 B
Makefile

# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= Number-Tolerant
PORTVERSION= 1.703
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides inexact number comparisons with tolerance ranges
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Sub-Exporter>=0.950:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>