blob: 410940c6dd8532c78fd47c41683f4d9f0a09b0ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: hs-recaptcha
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= recaptcha
PORTVERSION= 0.1
PORTREVISION= 2
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>
|