1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/math/p5-Math-Geometry-Voronoi/Makefile
Martin Wilke 318c6d76d2 Math::Geometry::Voronoi computes Voronoi diagrams from a set of
input points.

WWW:	http://search.cpan.org/dist/Math-Geometry-Voronoi/

PR:		ports/136672
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-13 22:20:03 +00:00

22 lines
445 B
Makefile

# 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>