ports/www/rubygem-gitlab-grack/Makefile
Martin Wilke 43077bd5ea - Update to 2.7.7
PR:		229603
Submitted by:	miwi
Exp-run:	antoine
Sponsored by:	iXsystems Inc.
Differential Revision:	https://reviews.freebsd.org/D16177
2018-07-17 03:44:08 +00:00

20 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-grack
PORTVERSION= 2.0.2
PORTREVISION= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/Rack Git Smart-HTTP Server Handler
LICENSE= MIT
RUN_DEPENDS= rubygem-rack15>=1.5.1:www/rubygem-rack15
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>