freebsd-ports/www/rubygem-gollum-grit_adapter10/Makefile
Matthias Fechner 91f76c6b91 New ports required for gitlab 10.8.x.
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15945
2018-06-21 15:28:59 +00:00

23 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= gollum-grit_adapter
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 10
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Adapter for Gollum to use Grit at the backend
LICENSE= MIT
RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:textproc/rubygem-gitlab-grit
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUNT= limit:^1\.0\.
.include <bsd.port.mk>