pkgsrc/time/hs-clock/Makefile
pho f74b331fde Import clock-0.8
A package for convenient access to high-resolution clock and timer
functions of different operating systems via a unified API.
2020-01-03 05:31:56 +00:00

11 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/03 05:31:56 pho Exp $
DISTNAME= clock-0.8
CATEGORIES= time
MAINTAINER= pho@cielonegro.org
COMMENT= High-resolution clock functions: monotonic, realtime, cputime
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"