diff options
Diffstat (limited to 'math/p5-Math-Evol/Makefile')
-rw-r--r-- | math/p5-Math-Evol/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-Evol/Makefile b/math/p5-Math-Evol/Makefile index e40275b63fbb..014b1fed433d 100644 --- a/math/p5-Math-Evol/Makefile +++ b/math/p5-Math-Evol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Math-Evol -# Date created: 21 June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Math-Evol PORTVERSION= 1.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implements the evolution search strategy -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= ps_evol.1 MAN3= Math::Evol.3 |