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

PORTNAME=   Math-Evol
PORTVERSION=    1.12
PORTREVISION=   1
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

.include <bsd.port.mk>