aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Evol/Makefile
blob: 014b1fed433dda7a25e93804d5e8d646f363c95f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   Math-Evol
PORTVERSION=    1.12
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl module implements the evolution search strategy

USES=       perl5
USE_PERL5=  configure

MAN1=   ps_evol.1
MAN3=   Math::Evol.3

.include <bsd.port.mk>