2009-10-11 14:41:09 +02:00
|
|
|
# Ports collection makefile for: rubygem-file-tail
|
|
|
|
# Date created: 06 October 2009
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= file-tail
|
2012-06-08 02:02:42 +02:00
|
|
|
PORTVERSION= 1.0.10
|
2009-10-11 14:41:09 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2009-10-11 14:41:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
|
|
COMMENT= This is a small Ruby library that allows Ruby to 'tail' files
|
|
|
|
|
2012-06-08 02:02:42 +02:00
|
|
|
RUN_DEPENDS= rubygem-tins>=0.4.3:${PORTSDIR}/devel/rubygem-tins
|
2010-06-06 21:56:06 +02:00
|
|
|
|
2009-10-11 14:41:09 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|