freebsd-ports/www/ocaml-net/Makefile
Oliver Braun 9017f67316 Add ocaml-net 0.95, OCaml modules for Internet applications.
PR:		ports/48818
Submitted by:	Stephane Legrand <stephane@freebsd.org>
2003-04-03 15:16:47 +00:00

31 lines
716 B
Makefile

# New ports collection makefile for: ocaml-net
# Date created: 01 March 2003
# Whom: Stephane Legrand <stephane@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= net
PORTVERSION= 0.95
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ocamlnet
PKGNAMEPREFIX= ocaml-
DISTNAME= ocaml${PORTNAME}-${PORTVERSION}
MAINTAINER= stephane@freebsd.org
COMMENT= OCaml modules for Internet applications
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
HAS_CONFIGURE= yes
ALL_TARGET= all opt
.include <bsd.port.mk>