Prune x11/xpra
[dports.git] / devel / p5-Number-Tolerant / Makefile
1 # Created by: Kurt Lidl <kurt.lidl@cello.com>
2 # $FreeBSD$
3
4 PORTNAME=       Number-Tolerant
5 PORTVERSION=    1.708
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Provides inexact number comparisons with tolerance ranges
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15 LICENSE_FILE=   ${WRKSRC}/LICENSE
16
17 BUILD_DEPENDS=  p5-Sub-Exporter>=0.950:devel/p5-Sub-Exporter
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 NO_ARCH=        yes
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>