diff options
Diffstat (limited to 'math/hs-vector-space/Makefile')
-rw-r--r-- | math/hs-vector-space/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 64189cdd9f2..505e0332ac7 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -6,13 +6,16 @@ # PORTNAME= vector-space -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell -USE_HACKAGE= Boolean>=0.0.1 MemoTrie>=0.4.2 +LICENSE= BSD +FILE_LICENSE= COPYING + +USE_CABAL= Boolean>=0.0.1 MemoTrie>=0.4.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |