freebsd-ports/math/p5-Statistics-Benford/Makefile
Martin Wilke 00497f73d6 This module calculates the deviation from Benford's law.
WWW: http://search.cpan.org/dist/Statistics-Benford/

PR:		ports/134174
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-03 11:39:09 +00:00

22 lines
421 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.07
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Calculate the deviation from Benford's Law
PERL_CONFIGURE= yes
MAN3= Statistics::Benford.3
.include <bsd.port.mk>