freebsd-ports/math/p5-Statistics-Lite/Makefile
Sergey A. Osokin 2dd3b93468 Correct pkg-plist.
Bump PORTREVISION.

Submitted by:	pointyhat via kris
2004-12-05 16:54:08 +00:00

23 lines
495 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= 1.02
PORTREVISION= 1
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>