freebsd-ports/devel/rubygem-gitlab_git/Makefile
Johannes Jost Meixner 28bc3d6aba devel/rubygem-gitlab_git: update to 7.1.10
- update to 7.1.10

PR:		199663
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2015-05-12 09:48:02 +00:00

22 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= gitlab_git
PORTVERSION= 7.1.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitLab wrapper around git objects
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \
rubygem-gitlab-linguist>=3.0:${PORTSDIR}/textproc/rubygem-gitlab-linguist \
rubygem-rugged>=0.21.2:${PORTSDIR}/devel/rubygem-rugged
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>