13 lines
414 B
Makefile
13 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.7 2022/02/11 13:04:31 pho Exp $
|
|
|
|
DISTNAME= timezone-olson-0.2.1
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Pure Haskell parser and renderer for binary Olson timezone files
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
|
|
.include "../../time/hs-timezone-series/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|