blob: eb0d611fc66a8c71d7eba375c88cac9ad0414db4 (
plain)
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-Statistics-Lite
# Date created: 1 December 2004
# Whom: Sergey A. Osokin <osa@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Statistics-Lite
PORTVERSION= 3.2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= osa@FreeBSD.org
COMMENT= The lightweight and functional object-oriented statistics
PERL_CONFIGURE= yes
USE_DOS2UNIX= yes
MAN3= Statistics::Lite.3
.include <bsd.port.mk>
|