freebsd-ports/devel/rubygem-rugged/Makefile
Michael Moll afb4f51d17 devel/rubygem-rugged: update to 0.22.2
Differential Revision:	https://reviews.freebsd.org/D2630
Approved by:	mat (mentor)
2015-05-26 17:59:02 +00:00

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>