f74b331fde
A package for convenient access to high-resolution clock and timer functions of different operating systems via a unified API.
11 lines
282 B
Makefile
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"
|