18 lines
336 B
Makefile
18 lines
336 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= timezone-olson
|
||
|
PORTVERSION= 0.1.2
|
||
|
CATEGORIES= devel haskell
|
||
|
|
||
|
MAINTAINER= haskell@FreeBSD.org
|
||
|
COMMENT= Pure Haskell parser and renderer for binary Olson timezone files
|
||
|
|
||
|
LICENSE= BSD
|
||
|
|
||
|
CABAL_SETUP= Setup.hs
|
||
|
|
||
|
USE_CABAL= timezone-series>=0.1.0
|
||
|
|
||
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||
|
.include <bsd.port.mk>
|