forked from Lainports/freebsd-ports
Add curl option for HTTP support. Submitted by: Andrey Cherkashin <andoriyu@gmail.com> Approved by: wg@ Differential Revision: https://reviews.freebsd.org/D3494
25 lines
527 B
Makefile
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>
|