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

24 lines
450 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-gollum-rugged_adapter
PORTVERSION= 0.4.4.2
PORTREVISION= 2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>