freebsd-ports/math/p5-Math-Evol/Makefile
Baptiste Daroussin 6606b19a05 - Update to 1.12
Approved by:	mentors (implicit)
2010-08-30 06:24:45 +00:00

23 lines
417 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.12
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implements the evolution search strategy
PERL_CONFIGURE= yes
MAN1= ps_evol.1
MAN3= Math::Evol.3
.include <bsd.port.mk>