2005-02-25 12:35:59 +01:00
|
|
|
# vim:ts=8
|
|
|
|
# New ports collection makefile for: p5-Math-VecStat
|
|
|
|
# Date created: 25 Februar 2005
|
2007-04-05 15:19:09 +02:00
|
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
2005-02-25 12:35:59 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-VecStat
|
|
|
|
PORTVERSION= 0.08
|
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-02-25 12:35:59 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-04-05 15:19:09 +02:00
|
|
|
MAINTAINER= mm@FreeBSD.org
|
2005-02-25 12:35:59 +01:00
|
|
|
COMMENT= Basic statistics on vectors
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::VecStat.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|