blob: e40275b63fbbb823561625c8ceccc1c544f534a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|