aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Number-Delta/Makefile
blob: 670856ef6b198350b8f0c779c127d57c57b020f5 (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>
# $FreeBSD$

PORTNAME=   Test-Number-Delta
PORTVERSION=    1.04
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

LICENSE=    APACHE20

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>