freebsd-ports/devel/rubygem-gitlab_git/Makefile
Torsten Zuehlsdorff cb79134599 devel/rubygem-gitlab_git: Update from 10.1.1 to 10.4.0
Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/v10.4.0/CHANGELOG

Also update homepage link in pkg-descr

Approved by: swills (mentor)
2016-08-10 14:16:33 +00:00

22 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= gitlab_git
PORTVERSION= 10.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitLab wrapper around git objects
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \
rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \
rubygem-rugged>=0.24.0:devel/rubygem-rugged
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>