From d7c1fccbfc741452fd08855e5b299649344640af Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 7 Mar 2012 00:26:10 +0000 Subject: - Add missing DEPENDS [1] - Pass maintainership to perl@ PR: ports/165751 [1] Submitted by: swill@ [1] --- math/p5-Math-Geometry-Voronoi/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile index 727eebb1fd81..55ab6685dbec 100644 --- a/math/p5-Math-Geometry-Voronoi/Makefile +++ b/math/p5-Math-Geometry-Voronoi/Makefile @@ -7,13 +7,18 @@ PORTNAME= Math-Geometry-Voronoi PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to compute Voronoi diagrams from sets of points +BUILD_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Math::Geometry::Voronoi.3 -- cgit