diff options
Diffstat (limited to 'math/p5-Math-ConvexHull/Makefile')
-rw-r--r-- | math/p5-Math-ConvexHull/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-ConvexHull/Makefile b/math/p5-Math-ConvexHull/Makefile index 665ad3b22f93..307e403056a8 100644 --- a/math/p5-Math-ConvexHull/Makefile +++ b/math/p5-Math-ConvexHull/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: math/p5-Math-ConvexHull -# Date created: 24 October 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-ConvexHull PORTVERSION= 1.04 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Calculate convex hulls using Graham's scan (n*log(n)) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::ConvexHull.3 |