2010-09-01 23:39:33 +02:00
|
|
|
# New ports collection makefile for: re2
|
|
|
|
# Date created: 2010-09-01
|
|
|
|
# Whom: Julien Laffaye <kimelto@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= re2
|
2012-02-28 21:38:19 +01:00
|
|
|
PORTVERSION= 20120226
|
2010-09-01 23:39:33 +02:00
|
|
|
CATEGORIES= devel
|
2012-02-28 21:38:19 +01:00
|
|
|
MASTER_SITES= LOCAL/jlaffaye
|
2010-09-01 23:39:33 +02:00
|
|
|
|
2011-06-08 18:52:32 +02:00
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
2010-09-01 23:39:33 +02:00
|
|
|
COMMENT= A fast C++ regex library
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= prefix=${PREFIX}
|
|
|
|
MAKE_ARGS+= -e
|
2011-06-20 23:18:43 +02:00
|
|
|
|
2010-09-01 23:39:33 +02:00
|
|
|
.include <bsd.port.mk>
|