aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-recaptcha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-recaptcha/Makefile')
-rw-r--r--www/hs-recaptcha/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile
index fbbee23b7894..c9451bcbf220 100644
--- a/www/hs-recaptcha/Makefile
+++ b/www/hs-recaptcha/Makefile
@@ -1,16 +1,15 @@
# $FreeBSD$
PORTNAME= recaptcha
-PORTVERSION= 0.1
-PORTREVISION= 9
+PORTVERSION= 0.1.0.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Functions for using the reCAPTCHA service in web applications
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= HTTP>=3001.1.4 network>=2.2.0.1 xhtml>=3000.0
+USE_CABAL= HTTP>=3001.1.4 network>=2.2.0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>