d1eafa21bf
Changes from https://github.com/ygale/timezone-olson 0.1.7 - Bump time to 1.5. 0.1.6 - Update link in package description. - Update comment to indicate support for version 3 format.
13 lines
419 B
Makefile
13 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/11/15 08:22:15 szptvlfn Exp $
|
|
|
|
DISTNAME= timezone-olson-0.1.7
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Pure Haskell parser and renderer for binary Olson timezone files
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
|
|
.include "../../time/hs-timezone-series/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|