mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
286 B
Makefile
17 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= curl
|
|
PORTVERSION= 1.3.8
|
|
PORTREVISION= 10
|
|
CATEGORIES= ftp haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell binding to libcurl
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|