diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /math/hs-categories/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'math/hs-categories/Makefile')
-rw-r--r-- | math/hs-categories/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile index 4b10ea894434..7bd9260d38d2 100644 --- a/math/hs-categories/Makefile +++ b/math/hs-categories/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= categories -PORTVERSION= 1.0.5 -PORTREVISION= 5 +PORTVERSION= 1.0.6 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Categories -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= void>=0.5.4.2 |