freebsd-ports/devel/rubygem-rugged/Makefile
Sunpoet Po-Chuan Hsieh b45299eb5a - Update to 0.23.3
- Update BUILD_DEPENDS
- Add LICENSE_FILE

Changes:	https://github.com/libgit2/rugged/releases
2015-10-09 18:32:40 +00:00

25 lines
571 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rugged
PORTVERSION= 0.23.3
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:${PORTSDIR}/devel/cmake \
libgit2>=${PORTVERSION:R}:${PORTSDIR}/devel/libgit2
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
CONFIGURE_ARGS= --use-system-libraries
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= pkgconfig
.include <bsd.port.mk>