a111a9cd28
PR: ports/168503 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: Eric <freebsdports@chillibear.com> (maintainer)
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# Ports collection makefile for: rubygem-file-tail
|
|
# Date created: 06 October 2009
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= file-tail
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= This is a small Ruby library that allows Ruby to 'tail' files
|
|
|
|
RUN_DEPENDS= rubygem-tins>=0.4.3:${PORTSDIR}/devel/rubygem-tins
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|