mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22 lines
468 B
Makefile
22 lines
468 B
Makefile
# New ports collection makefile for: p5-Statistics-Descriptive-Discrete
|
|
# Date created: 15 Dec 2006
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Statistics-Descriptive-Discrete
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compute descriptive statistics for discrete data sets
|
|
|
|
MAN3= Statistics::Descriptive::Discrete.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|