freebsd-ports/devel/rubygem-gitlab_git/Makefile
Sunpoet Po-Chuan Hsieh ad2f7b847c - Update to 6.3.0
- Sort RUN_DEPENDS
- Update WWW

Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
2015-03-05 17:29:17 +00:00

23 lines
633 B
Makefile

# $FreeBSD$
PORTNAME= gitlab_git
PORTVERSION= 6.3.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:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \
rubygem-gitlab-grit>=2.6:${PORTSDIR}/textproc/rubygem-gitlab-grit \
rubygem-gitlab-linguist>=3.0:${PORTSDIR}/textproc/rubygem-gitlab-linguist \
rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>