forked from Lainports/freebsd-ports
- Remove CONFLICTS_INSTALL - Remove rubygem-gitlab-grack from CONFLICTS_INSTALL of comms/conserver* - Bump PORTREVISION for package change Differential Revision: https://reviews.freebsd.org/D2625 Submitted by: mmoll
20 lines
353 B
Makefile
20 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-grack
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
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:${PORTSDIR}/www/rubygem-rack15
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|