2004-08-08 19:20:32 +00:00
|
|
|
# Ports collection makefile for: ocurl
|
|
|
|
# Date created: Aug 6, 2004
|
|
|
|
# Whom: Marwan BURELLE <marwan.burelle@lri.fr>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ocurl
|
2010-05-24 11:15:28 +00:00
|
|
|
PORTVERSION= 0.5.3
|
2011-04-05 22:23:33 +00:00
|
|
|
PORTREVISION= 1
|
2004-08-08 19:20:32 +00:00
|
|
|
CATEGORIES= ftp
|
2008-08-03 09:08:58 +00:00
|
|
|
MASTER_SITES= SF
|
2004-08-08 19:20:32 +00:00
|
|
|
PKGNAMEPREFIX= ocaml-
|
2008-08-03 09:08:58 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2004-08-08 19:20:32 +00:00
|
|
|
|
2010-02-23 18:03:45 +00:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2004-08-08 19:20:32 +00:00
|
|
|
COMMENT= An interface for OCaml to the curl lib
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
|
|
|
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
|
|
|
RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
|
|
|
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
2010-04-03 10:44:36 +00:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
2004-08-08 19:20:32 +00:00
|
|
|
|
2010-02-14 11:34:24 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2004-08-08 19:20:32 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+="--with-findlib"
|
2009-11-20 22:53:09 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-08-08 19:20:32 +00:00
|
|
|
|
2010-02-14 11:34:24 +00:00
|
|
|
USE_OCAML= yes
|
|
|
|
USE_OCAML_FINDLIB= yes
|
|
|
|
USE_OCAML_LDCONFIG= yes
|
2004-08-08 19:20:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|