fbc8204f2c
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/02/08 05:46:23 agc Exp $
|
|
|
|
BUILDLINK_TREE+= re2
|
|
|
|
.if !defined(RE2_BUILDLINK3_MK)
|
|
RE2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.re2+= re2>=20160201
|
|
BUILDLINK_PKGSRCDIR.re2?= ../../devel/re2
|
|
.endif # RE2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -re2
|