c2b64d9cba
This package provides some basic statistics on numerical vectors. All the subroutines can take a reference to the vector to be operated on. In some cases a copy of the vector is acceptable, but is not recommended for efficiency. ok simon@
16 lines
323 B
Makefile
16 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 00:01:04 sthen Exp $
|
|
|
|
COMMENT = provides basic statistics on numerical vectors
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Math-VecStat-0.08
|
|
CATEGORIES = math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|