# $NetBSD: Makefile,v 1.3 2012/10/07 14:53:43 asau Exp $

DISTNAME=	re2-0.99
CATEGORIES=	devel
GIT_REPO=	git@github.com:google/re2.git

MAINTAINER=	asau@inbox.ru
HOMEPAGE=	https://github.com/google/re2
COMMENT=	Fast, safe, thread-friendly regular expressions library
LICENSE=	modified-bsd

USE_LANGUAGES=	c c++
USE_TOOLS+=	gmake

.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"
