diff options
Diffstat (limited to 'math/hs-vector-space/Makefile')
-rw-r--r-- | math/hs-vector-space/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 14f81263fc53..2d642362bcde 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,14 +3,13 @@ PORTNAME= vector-space PORTVERSION= 0.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives LICENSE= BSD -FILE_LICENSE= COPYING USE_CABAL= Boolean>=0.1.0 MemoTrie>=0.5 NumInstances>=1.0 |