1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/rubygem-re2/Makefile
Antoine Brodin 5593749a34 Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs

With hat:	portmgr
2018-06-10 08:08:26 +00:00

22 lines
356 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= libgmp.so:math/gmp
RUN_DEPENDS= re2>=0:devel/re2
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>