Makefile 330 B

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