2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:35:47 espie Exp $
|
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.
From MAINTAINER David Schaefer.
ok dcoppa@
2013-01-11 20:17:21 +00:00
|
|
|
|
|
|
|
COMMENT = Haskell binding to libcurl
|
|
|
|
|
|
|
|
DISTNAME = curl-1.3.8
|
2013-01-20 17:56:05 +00:00
|
|
|
REVISION = 0
|
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.
From MAINTAINER David Schaefer.
ok dcoppa@
2013-01-11 20:17:21 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/GaloisInc/curl
|
|
|
|
|
|
|
|
MAINTAINER = David Schaefer <dawedawe@gmx.de>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = net/curl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|