aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Range-Compare/Makefile
blob: c06ee6b20a2923eb7274cded207e499af0c8f41a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Data-Range-Compare
PORTVERSION=    1.030
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Find gaps & intersections in lists of ranges

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>