Update french/aster to version 12.6.0.4
[dports.git] / math / p5-Statistics-Descriptive / Makefile
1 # Created by: Anton Berezin <tobez@tobez.org>
2 # $FreeBSD$
3
4 PORTNAME=       Statistics-Descriptive
5 PORTVERSION=    3.0609
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Perl module that supplies statistical methods for perl5
13
14 RUN_DEPENDS=    p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>