diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Math-Geometry | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Geometry')
-rw-r--r-- | math/p5-Math-Geometry/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-Geometry/Makefile b/math/p5-Math-Geometry/Makefile index 7f500fd37b96..956a515be3fe 100644 --- a/math/p5-Math-Geometry/Makefile +++ b/math/p5-Math-Geometry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Math-Geometry -# Date created: 2006-08-19 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Math-Geometry PORTVERSION= 0.04 @@ -16,7 +12,8 @@ COMMENT= Geometry related functions RUN_DEPENDS= p5-Math-Matrix>=0:${PORTSDIR}/math/p5-Math-Matrix -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Geometry.3 |