mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5b9a790300
Use CPAN macro. Added USE_DOS2UNIX. Submitted by: Felippe de Meirelles Motta aka lippemail at gmail dot com PR: 120671
23 lines
445 B
Makefile
23 lines
445 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= 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>
|