freebsd-ports/www/rubygem-gitlab-grack/Makefile
Sunpoet Po-Chuan Hsieh 9316a8670e - Remove unneeded executables (bin/console and bin/testserver)
- 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
2015-05-24 08:10:15 +00:00

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>