aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Geometry-Voronoi/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:20:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:20:03 +0000
commit318c6d76d24f572a57bcdefad6625a60a47c39fb (patch)
tree17e5ed01a9258887baaea835dd3b991afbcf2f18 /math/p5-Math-Geometry-Voronoi/Makefile
parent15580fef1d1378e1b08eea4426f2c3acbf17df87 (diff)
downloadports-318c6d76d24f572a57bcdefad6625a60a47c39fb.tar.gz
ports-318c6d76d24f572a57bcdefad6625a60a47c39fb.zip
Notes
Diffstat (limited to 'math/p5-Math-Geometry-Voronoi/Makefile')
-rw-r--r--math/p5-Math-Geometry-Voronoi/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile
new file mode 100644
index 000000000000..727eebb1fd81
--- /dev/null
+++ b/math/p5-Math-Geometry-Voronoi/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Math-Geometry-Voronoi
+# Date created: 12 July, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-Geometry-Voronoi
+PORTVERSION= 1.3
+CATEGORIES= math perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Perl Module to compute Voronoi diagrams from sets of points
+
+PERL_CONFIGURE= yes
+
+MAN3= Math::Geometry::Voronoi.3
+
+.include <bsd.port.mk>