57a7451f01
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@
26 lines
503 B
Makefile
26 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/01/11 20:17:21 kili Exp $
|
|
|
|
COMMENT = Haskell binding to libcurl
|
|
|
|
DISTNAME = curl-1.3.8
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/GaloisInc/curl
|
|
|
|
MAINTAINER = David Schaefer <dawedawe@gmx.de>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = net/curl
|
|
|
|
.include <bsd.port.mk>
|