diff options
Diffstat (limited to 'www/hs-oeis/Makefile')
-rw-r--r-- | www/hs-oeis/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile index da59b51..09d999f9 100644 --- a/www/hs-oeis/Makefile +++ b/www/hs-oeis/Makefile @@ -6,13 +6,16 @@ # PORTNAME= oeis -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell interface to the Online Encyclopedia of Integer Sequences -USE_HACKAGE= HTTP>=4000.0.2 +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= HTTP>=4000.0.2 network>=2 PORTDATA= * |