2006-08-06 16:17:12 +02:00
|
|
|
# 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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-08-06 16:17:12 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.ocaml-programming.de/packages/
|
|
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
|
2007-03-28 00:12:03 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-08-06 16:17:12 +02:00
|
|
|
COMMENT= Thread-safe implementation of string searching/matching
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_OCAML= yes
|
|
|
|
USE_OCAML_FINDLIB=yes
|
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|