freebsd-ports/textproc/rubygem-gitlab-linguist/Makefile
Michael Moll e153d0c990 textproc/rubygem-gitlab-linguist: update to 3.0.1
PR:		199730
Differential Revision:	https://reviews.freebsd.org/D2627
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	swills (mentor)
2015-05-26 17:56:08 +00:00

23 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-linguist
PORTVERSION= 3.0.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitHub Language detection
LICENSE= MIT
RUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \
rubygem-escape_utils-rails4>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils-rails4 \
rubygem-mime-types1>=1.19:${PORTSDIR}/misc/rubygem-mime-types1
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/linguist
.include <bsd.port.mk>