blob: 9a56704a98e9d650f1cf3103e9edf549e739365b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# vim:ts=8
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-VecStat
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Basic statistics on vectors
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
MAN3= Math::VecStat.3
.include <bsd.port.mk>
|