ports/devel/rubygem-re2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>