eaf4ccf609
The Ocamlnet project provides a collection of modules for the Objective Caml language which focus on application-level Internet protocols and conventions. The current distribution contains: - a mature implementation of the CGI protocol - an implementation of the JSERV protocol (AJP-1.2), can be used with mod_jserv (Apache JServ) and mod_jk (Jakarta connector) to connect application servers written in O'Caml with web servers - a FastCGI implementation - a POP3 client - an SMTP client - a library of string processing functions related to Internet protocols (formerly known as "netstring" and distributed separately): MIME encoding/decoding, Date/time parsing, Character encoding conversion, HTML parsing and printing, URL parsing and printing, OO-representation of channels, and a lot more. - an experimental web server component
22 lines
611 B
Makefile
22 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/08/11 15:43:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ocamlnet-1.1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.ocaml-programming.de/packages/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ocaml-programming.de/packages/
|
|
COMMENT= Library focusing on application-level network protocols (OCaml)
|
|
|
|
DEPENDS+= pcre-ocaml-[0-9]*:../../devel/pcre-ocaml
|
|
DEPENDS+= equeue-[0-9]*:../../devel/equeue
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_DIRS= src
|
|
USE_TOOLS+= gmake
|
|
BUILD_TARGET= all opt
|
|
PLIST_SRC= PLIST.opt PLIST
|
|
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|