diff options
Diffstat (limited to 'devel/hs-timezone-olson/Makefile')
-rw-r--r-- | devel/hs-timezone-olson/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-timezone-olson/Makefile b/devel/hs-timezone-olson/Makefile index 707c396b0707..824597efd2ef 100644 --- a/devel/hs-timezone-olson/Makefile +++ b/devel/hs-timezone-olson/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= timezone-olson -PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTVERSION= 0.1.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Pure Haskell parser and renderer for binary Olson timezone files -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= extensible-exceptions>=0.1.0 timezone-series>=0.1.0 |