freebsd-ports/www/rubygem-gollum-grit_adapter10/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
372 B
Makefile

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
PORTSCOUT= limit:^1\.0\.
.include <bsd.port.mk>