aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-xstr/Makefile
blob: a4202c3a36bc9a733790bb2fe9f1c3bdc7c6ca47 (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
25
26
PORTNAME=	xstr
PORTVERSION=	0.2.1
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	http://download.camlcity.org/download/
PKGNAMEPREFIX=	ocaml-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Thread-safe implementation of string searching/matching
WWW=		http://projects.camlcity.org/projects/xstr.html

LICENSE=	MIT

USES=		gmake ocaml:findplist

WRKSRC=		${WRKDIR}/${PORTNAME}

ALL_TARGET=	all opt

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc
USE_BINUTILS=	yes
.endif

.include <bsd.port.mk>