mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-grack
|
|
PORTVERSION= 1.1.0
|
|
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>
|