2009-06-24 22:55:30 +02:00
|
|
|
# New ports collection makefile for: p5-Math-Evol
|
|
|
|
# Date created: 21 June, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Evol
|
2010-08-30 08:24:45 +02:00
|
|
|
PORTVERSION= 1.12
|
2009-06-24 22:55:30 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-05-24 01:18:43 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-06-24 22:55:30 +02:00
|
|
|
COMMENT= Perl module implements the evolution search strategy
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= ps_evol.1
|
|
|
|
MAN3= Math::Evol.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|