opnsense-ports/devel/rubygem-file-tail/Makefile
Franco Fichtner 9662001b82 */*: sync with upstream
Taken from: FreeBSD
2017-04-15 17:43:55 +02:00

21 lines
400 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= file-tail
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library that allows Ruby to 'tail' files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-tins>=1.0:devel/rubygem-tins
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>