Makefile 531 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.1.1.1 2017/01/08 01:16:32 bluhm Exp $
  2. COMMENT = more reliable benchmarking
  3. DISTNAME = Dumbbench-0.10
  4. CATEGORIES = benchmarks
  5. MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
  6. # perl
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = cpan
  9. CPAN_AUTHOR = SMUELLER
  10. RUN_DEPENDS = devel/p5-Class-XSAccessor>=1.05 \
  11. devel/p5-Devel-CheckOS \
  12. devel/p5-Params-Util \
  13. math/p5-Number-WithError>=1.00 \
  14. math/p5-Statistics-CaseResampling>=0.06 \
  15. sysutils/p5-Capture-Tiny
  16. PKG_ARCH = *
  17. .include <bsd.port.mk>