aboutsummaryrefslogtreecommitdiff
path: root/www/hs-oeis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-oeis/Makefile')
-rw-r--r--www/hs-oeis/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile
index 70f811934686..49e1f7bb0cee 100644
--- a/www/hs-oeis/Makefile
+++ b/www/hs-oeis/Makefile
@@ -2,16 +2,15 @@
# $FreeBSD$
PORTNAME= oeis
-PORTVERSION= 0.3.1
-PORTREVISION= 10
+PORTVERSION= 0.3.5
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell interface to the Online Encyclopedia of Integer Sequences
+COMMENT= Interface to the Online Encyclopedia of Integer Sequences (OEIS)
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= HTTP>=4000.0.2 network>=2
+USE_CABAL= HTTP network
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>