aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/hs-curl/Makefile
blob: 87dde24141e484b0d27a77e11dd2c15578f667ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   curl
PORTVERSION=    1.3.8
PORTREVISION=   2
CATEGORIES= ftp haskell

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

LICENSE=    BSD

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

USE_GHC_NATIVE= yes

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