freebsd-ports/devel/rubygem-rugged/Makefile
Sunpoet Po-Chuan Hsieh 1d9d9e319b Update RUN_DEPENDS
2017-01-07 15:26:54 +00:00

23 lines
496 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rugged
PORTVERSION= 0.24.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cmake:devel/cmake \
libgit2>=${PORTVERSION}:devel/libgit2
LIB_DEPENDS= libgit2.so:devel/libgit2
CONFIGURE_ARGS= --use-system-libraries
USE_RUBY= yes
USES= gem pkgconfig
.include <bsd.port.mk>