aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Polygon-Tree/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
commit5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch)
treea7da32f6c0064d6be598b00d61f30117a3f396dd /math/p5-Math-Polygon-Tree/Makefile
parent7d0f8d0bcada46e31904286734f3f09e759febf1 (diff)
downloadports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.gz
ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.zip
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412231
Diffstat (limited to 'math/p5-Math-Polygon-Tree/Makefile')
-rw-r--r--math/p5-Math-Polygon-Tree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile
index 1d22bb49b479..6ebf51779e5d 100644
--- a/math/p5-Math-Polygon-Tree/Makefile
+++ b/math/p5-Math-Polygon-Tree/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Math-Polygon-Tree
PORTVERSION= 0.08
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LIOSHA
@@ -12,7 +13,6 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Class for fast check if point is inside polygon
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
- p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Math-Geometry-Planar-GPC-PolygonXS>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-PolygonXS
RUN_DEPENDS:= ${BUILD_DEPENDS}