blob: a26ca14bf50420528d86f7b425fed27a204fe713 (
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
27
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= xstr
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Thread-safe implementation of string searching/matching
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAMLFIND_PLIST=yes
USES= gmake
ALL_TARGET= all opt
NO_STAGE= yes
.include <bsd.port.mk>
|