opnsense-ports/devel/rubygem-rugged/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

25 lines
527 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rugged
PORTVERSION= 0.23.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>