freebsd-ports/textproc/rubygem-gitlab-grit/Makefile
Torsten Zuehlsdorff a35ba13770 textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again
The update of misc/rubygem-mime-types break this port, because it is not allowed to work with mime-types version >= 3. I removed this limitation since the port works fine with newer version of mime-types.

Approved by: swills (mentor)
2016-06-20 16:05:17 +00:00

24 lines
527 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-grit
PORTVERSION= 2.8.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for extracting information from a git repository
LICENSE= MIT
RUN_DEPENDS= rubygem-charlock_holmes>=0.6:textproc/rubygem-charlock_holmes \
rubygem-diff-lcs>=1.1:textproc/rubygem-diff-lcs \
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
rubygem-posix-spawn>=0.3:devel/rubygem-posix-spawn
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>