aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-timezone-olson/Makefile
blob: 707c396b07072b20994722cd4663ac74358d216b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   timezone-olson
PORTVERSION=    0.1.2
PORTREVISION=   5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Pure Haskell parser and renderer for binary Olson timezone files

LICENSE=    BSD

USE_CABAL=  extensible-exceptions>=0.1.0 timezone-series>=0.1.0

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>