freebsd-ports/textproc/rubygem-gitlab-linguist/Makefile

28 lines
580 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= gitlab-linguist
PORTVERSION= 3.0.1
PORTREVISION= 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:textproc/rubygem-charlock_holmes \
rubygem-escape_utils>=0.2.4:textproc/rubygem-escape_utils \
rubygem-mime-types1>=1.19:misc/rubygem-mime-types1
# bin/linguist
2018-02-17 18:51:25 +01:00
CONFLICTS_INSTALL= qtchooser rubygem-github-linguist rubygem-github-linguist47
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/linguist
.include <bsd.port.mk>