18 lines
320 B
Makefile
18 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-grack
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby/Rack Git Smart-HTTP Server Handler
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.4.1:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|