25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2
|
|
|
|
PORTNAME= rugged
|
|
PORTVERSION= 0.28.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2
|
|
LIB_DEPENDS= libgit2.so:devel/libgit2 \
|
|
libgmp.so:math/gmp
|
|
|
|
CONFIGURE_ARGS= --use-system-libraries
|
|
USES= gem pkgconfig
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|