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