94713bad76
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/re2/releases
26 lines
568 B
Makefile
26 lines
568 B
Makefile
PORTNAME= re2
|
|
PORTVERSION= 20230301
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast C++ regex library
|
|
WWW= https://github.com/google/re2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= compiler:c++11-lang gmake pathfix
|
|
|
|
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX}
|
|
USE_LDCONFIG= yes
|
|
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
|
|
GH_ACCOUNT= google
|
|
GH_TAGNAME= ${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}
|
|
USE_GITHUB= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libre2.so
|
|
|
|
.include <bsd.port.mk>
|