6e81bc158d
intersections and gaps in/of 2 dimensional ranges. WWW: http://search.cpan.org/dist/Data-Range-Compare/ PR: ports/ports/152107 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
679 B
Makefile
26 lines
679 B
Makefile
# New ports collection makefile for: p5-Data-Range-Compare
|
|
# Date created: 2010-11-10
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Range::Compare.3 \
|
|
Data::Range::Compare::Cookbook.3 \
|
|
Data::Range::Compare::Cookbook::Instance_and_Constants.3 \
|
|
Data::Range::Compare::Cookbook::Recipe_DateTime.3 \
|
|
Data::Range::Compare::Cookbook::Recipe_a_to_z.3 \
|
|
Data::Range::Compare::Cookbook::Recipe_subclass_a_to_z.3
|
|
|
|
.include <bsd.port.mk>
|