summaryrefslogtreecommitdiff
path: root/devel/ocaml-xstr/Makefile
blob: 3a27bdd0d4f2d0541078d1c13681713adfc5ecdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	ocaml-xstr
# Date created:		2006-07-29
# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#

PORTNAME=	xstr
PORTVERSION=	0.2.1
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://www.ocaml-programming.de/packages/
PKGNAMEPREFIX=	ocaml-

MAINTAINER=	stas@FreeBSD.org
COMMENT=	Thread-safe implementation of string searching/matching

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_GMAKE=	yes
USE_OCAML=	yes
USE_OCAML_FINDLIB=yes

.include <bsd.port.mk>