mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
318c6d76d2
input points. WWW: http://search.cpan.org/dist/Math-Geometry-Voronoi/ PR: ports/136672 Submitted by: Wen Heping <wenheping at gmail.com>
22 lines
445 B
Makefile
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>
|