opnsense-ports/devel/rubygem-file-tail/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
400 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= file-tail
PORTVERSION= 1.1.1
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>