blob: c6072f1d343a3c2c22c3fd8853e0c6409570a345 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: hs-curl
# Date created: May 14, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= curl
PORTVERSION= 1.3.7
PORTREVISION= 3
CATEGORIES= ftp haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell binding to libcurl
LICENSE= BSD
CABAL_SETUP= Setup.hs
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GHC_NATIVE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|