mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
19 lines
321 B
Makefile
19 lines
321 B
Makefile
PORTNAME= re2
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby bindings to re2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libre2.so:devel/re2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|