freebsd-ports/devel/rubygem-file-tail/Makefile
2019-11-13 23:45:21 +00:00

22 lines
403 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<2:devel/rubygem-tins
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>