ca9e235905
automated spam in web applications. The recaptcha-hs provides functions for using reCAPTCHA in Haskell web applications. [1] http://recaptcha.net/ WWW: http://github.com/jgm/recaptcha/tree/master Obtained from: FreeBSD Haskell
20 lines
461 B
Makefile
20 lines
461 B
Makefile
# New ports collection makefile for: hs-recaptcha
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= recaptcha
|
|
PORTVERSION= 0.1
|
|
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>
|