18 lines
273 B
Makefile
18 lines
273 B
Makefile
COMMENT = efficient resampling and calculation of medians
|
|
|
|
DISTNAME = Statistics-CaseResampling-0.15
|
|
REVISION = 0
|
|
|
|
CATEGORIES = math
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|