freebsd-ports/math/p5-Math-Evol/Makefile
Martin Wilke f7ea23d87b p5-Math-Evol implements the evolution search strategy. Derivatives of the
objective function are not required. Constraints can be incorporated. The
caller must supply initial values for the variables and for the initial
step sizes.

WWW:	http://search.cpan.org/dist/Math-Evol/

PR:		ports/135880
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-24 20:55:30 +00:00

22 lines
420 B
Makefile

# New ports collection makefile for: p5-Math-Evol
# Date created: 21 June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-Evol
PORTVERSION= 1.10
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl module implements the evolution search strategy
PERL_CONFIGURE= yes
MAN1= ps_evol.1
MAN3= Math::Evol.3
.include <bsd.port.mk>