blob: 81a680b61163f16351903017d3861ad7fd5ac17d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= timezone-olson
PORTVERSION= 0.1.2
PORTREVISION= 1
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
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|