Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
22 lines
389 B
Makefile
22 lines
389 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= re2
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby bindings to re2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= re2>=0:devel/re2
|
|
LIB_DEPENDS= libunwind.so:devel/libunwind \
|
|
libgmp.so:math/gmp
|
|
RUN_DEPENDS= re2>=0:devel/re2
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|