mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
862fc055e3
- Update s.rubygems_version to match latest ruby-gems - Remove unnecessary s.add_runtime_dependency patch
21 lines
324 B
Makefile
21 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-grack
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 2
|
|
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>
|