freebsd-ports/devel/re2/Makefile

20 lines
341 B
Makefile

# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= re2
PORTVERSION= 20120226
CATEGORIES= devel
MASTER_SITES= LOCAL/jlaffaye
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= A fast C++ regex library
LICENSE= BSD
USE_LDCONFIG= yes
USE_GMAKE= yes
MAKE_ENV= prefix=${PREFIX}
MAKE_ARGS+= -e
NO_STAGE= yes
.include <bsd.port.mk>