pkgsrc/www/ocaml-curl/Makefile

32 lines
676 B
Makefile
Raw Normal View History

2019-08-22 14:22:48 +02:00
# $NetBSD: Makefile,v 1.33 2019/08/22 12:23:53 ryoon Exp $
#
DISTNAME= ocurl-0.5.3
PKGNAME= ocaml-curl-0.5.3
EXTRACT_SUFX= .tgz
2019-08-22 14:22:48 +02:00
PKGREVISION= 30
CATEGORIES= www net devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/}
MAINTAINER= rich.neswold@gmail.com
2017-09-03 10:53:04 +02:00
HOMEPAGE= https://sourceforge.net/projects/ocurl/
COMMENT= OCaml bindings to the CURL library
LICENSE= mit
MAKE_JOBS_SAFE= no
USE_TOOLS= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-findlib
OCAML_USE_FINDLIB= yes
.include "../../mk/bsd.prefs.mk"
WRKSRC= ${WRKDIR}/ocurl
USE_LANGUAGES= c
.include "../../www/curl/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"