freebsd-ports/devel/rubygem-re2/Makefile
Torsten Zuehlsdorff 7bd78f9f5e GitLab and related ports maintained by me: pass maintainership to Matthias Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)

I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
2017-12-05 16:44:09 +00:00

22 lines
387 B
Makefile

# $FreeBSD$
PORTNAME= re2
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= idefix@fechner.net
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>