opnsense-ports/textproc/rubygem-github-linguist/Makefile
Franco Fichtner 8329124b8a */*: sync with upstream
Taken from: FreeBSD
2015-06-01 07:58:49 +02:00

24 lines
582 B
Makefile

# $FreeBSD$
PORTNAME= github-linguist
PORTVERSION= 4.5.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitHub Language detection
LICENSE= MIT
RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \
rubygem-escape_utils>=1.0.1:${PORTSDIR}/textproc/rubygem-escape_utils \
rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-rugged>=0.22.0b4:${PORTSDIR}/devel/rubygem-rugged
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/linguist
.include <bsd.port.mk>