1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/ftp/hs-curl/Makefile
Gabor Pali cb49698f13 libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!

This package provides a Haskell binding to libcurl.

WWW: http://hackage.haskell.org/package/curl
2010-05-15 19:14:33 +00:00

21 lines
414 B
Makefile

# 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>