12345678910111213141516171819 |
- # $OpenBSD: Makefile,v 1.1.1.1 2017/01/03 13:11:18 bluhm Exp $
- COMMENT = efficient resampling and calculation of medians
- DISTNAME = Statistics-CaseResampling-0.15
- CATEGORIES = math
- MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
- # perl
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB = c perl
- MODULES = cpan
- .include <bsd.port.mk>
|