diff options
author | wen <wen@FreeBSD.org> | 2012-03-07 08:26:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-03-07 08:26:10 +0800 |
commit | d7c1fccbfc741452fd08855e5b299649344640af (patch) | |
tree | 615204a072ac0bf81f5ecb4cb75f1a2283b5bace /math/p5-Math-Geometry-Voronoi | |
parent | 2846579380f1e2866a2e0cd528cb9cb927084c83 (diff) | |
download | freebsd-ports-gnome-d7c1fccbfc741452fd08855e5b299649344640af.tar.gz freebsd-ports-gnome-d7c1fccbfc741452fd08855e5b299649344640af.tar.zst freebsd-ports-gnome-d7c1fccbfc741452fd08855e5b299649344640af.zip |
- Add missing DEPENDS [1]
- Pass maintainership to perl@
PR: ports/165751 [1]
Submitted by: swill@ [1]
Diffstat (limited to 'math/p5-Math-Geometry-Voronoi')
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |