summaryrefslogtreecommitdiff
path: root/www/hs-recaptcha/Makefile
blob: bbc1fccc4a2250f4a66a1ecdbb366a71952e6215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	recaptcha
PORTVERSION=	0.1
PORTREVISION=	7
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Functions for using the reCAPTCHA service in web applications

LICENSE=	BSD

USE_CABAL=	HTTP>=3001.1.4 network>=2.2.0.1 xhtml>=3000.0

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>