blob: 5f678b037581a46c3e49af70dbf86817f585489c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= file-tail
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library that allows Ruby to 'tail' files
WWW= https://github.com/flori/file-tail
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-tins>=1.0<2:devel/rubygem-tins
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|