diff options
Diffstat (limited to 'math/p5-Statistics-Forecast/Makefile')
-rw-r--r-- | math/p5-Statistics-Forecast/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Statistics-Forecast/Makefile b/math/p5-Statistics-Forecast/Makefile index 1c1fadec0051..55b72f79f6da 100644 --- a/math/p5-Statistics-Forecast/Makefile +++ b/math/p5-Statistics-Forecast/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Statistics-Forecast -# Date created: 2006/12/23 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Statistics-Forecast PORTVERSION= 0.3 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Calculates a future value -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Statistics::Forecast.3 |