freebsd-ports/www/rubygem-gollum-rugged_adapter/Makefile
2020-04-19 03:55:22 +00:00

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>