mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
391a45f0cf
Submitted by: aaron PR: 99126
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# 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= 2.0
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Statistics
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= The lightweight and functional object-oriented statistics
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Statistics::Lite.3
|
|
|
|
.include <bsd.port.mk>
|