mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5593749a34
should build fine on tier-2 archs With hat: portmgr
22 lines
356 B
Makefile
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>
|