mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
228853274a
- Update my mail address to FreeBSD Approved by: mentors(implicit)
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# New ports collection makefile for: p5-Statistics-Benford
|
|
# Date created: 03 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Statistics-Benford
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Calculate the deviation from Benford's Law
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Statistics::Benford.3
|
|
|
|
.include <bsd.port.mk>
|