aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Number-Delta/Makefile
blob: ea98d48f3da71fffde4944153cb273a103aa52fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>

PORTNAME=	Test-Number-Delta
PORTVERSION=	1.06
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Compare the difference between two numbers within a specified amount

LICENSE=	APACHE20

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>