aboutsummaryrefslogtreecommitdiff
path: root/ftp/hs-curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/hs-curl/Makefile')
-rw-r--r--ftp/hs-curl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile
index e98ebc4b23e3..f428a7f65abd 100644
--- a/ftp/hs-curl/Makefile
+++ b/ftp/hs-curl/Makefile
@@ -6,15 +6,19 @@
#
PORTNAME= curl
-PORTVERSION= 1.3.5
+PORTVERSION= 1.3.6
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>