blob: 2ceca8d3977e3aab0a465b81fc280c2a46d71289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# vim:ts=8
# New ports collection makefile for: p5-Math-VecStat
# Date created: 25 Februar 2005
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
PORTNAME= Math-VecStat
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= martin@matuska.org
COMMENT= Basic statistics on vectors
PERL_CONFIGURE= yes
MAN3= Math::VecStat.3
.include <bsd.port.mk>
|