diff options
Diffstat (limited to 'math/p5-Math-Intersection-StraightLine/Makefile')
-rw-r--r-- | math/p5-Math-Intersection-StraightLine/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/p5-Math-Intersection-StraightLine/Makefile b/math/p5-Math-Intersection-StraightLine/Makefile index fc6eb8e8e380..62378ce5794e 100644 --- a/math/p5-Math-Intersection-StraightLine/Makefile +++ b/math/p5-Math-Intersection-StraightLine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-Intersection-StraightLine -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Intersection-StraightLine PORTVERSION= 0.04 @@ -19,4 +15,5 @@ MAN3= Math::Intersection::StraightLine.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> |