2013-07-12 17:01:45 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
2011-03-12 01:10:39 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-Polygon-Tree
|
2015-05-14 14:06:13 +02:00
|
|
|
PORTVERSION= 0.08
|
2016-03-31 17:23:13 +02:00
|
|
|
PORTREVISION= 1
|
2011-03-12 01:10:39 +01:00
|
|
|
CATEGORIES= math perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:LIOSHA
|
2011-03-12 01:10:39 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Class for fast check if point is inside polygon
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \
|
|
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
|
|
p5-Math-Geometry-Planar-GPC-PolygonXS>=0:math/p5-Math-Geometry-Planar-GPC-PolygonXS
|
2011-03-12 01:10:39 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS:= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
|
2011-03-12 01:10:39 +01:00
|
|
|
|
2013-09-12 07:53:03 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2014-09-22 14:40:51 +02:00
|
|
|
NO_ARCH= yes
|
2011-03-12 01:10:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|