Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/libgit2 Approved by: mfechner (maintainer) Differential Revision: https://reviews.freebsd.org/D24471
23 lines
494 B
Makefile
23 lines
494 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gollum-rugged_adapter
|
|
PORTVERSION= 0.4.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \
|
|
rubygem-rugged>=1.0:devel/rubygem-rugged
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|