blob: 618725ba711546d7f6722258a069866966f0104b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.4
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= freebsdports@chillibear.com
COMMENT= This is a small Ruby library that allows Ruby to 'tail' files
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|