aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/hs-curl/Makefile
blob: e98ebc4b23e3a2186939739d5ca67c95f0374afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for: hs-curl
# Date created:        May 14, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   curl
PORTVERSION=    1.3.5
CATEGORIES= ftp haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell binding to libcurl

CABAL_SETUP=    Setup.hs

LIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl

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