afb4f51d17
Differential Revision: https://reviews.freebsd.org/D2630 Approved by: mat (mentor)
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rugged
|
|
PORTVERSION= 0.22.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \
|
|
libgit2>=0.22:${PORTSDIR}/devel/libgit2
|
|
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
|
|
|
|
USE_RUBY= yes
|
|
USES= pkgconfig
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
CONFIGURE_ARGS= --use-system-libraries
|
|
|
|
.include <bsd.port.mk>
|