mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
19 lines
363 B
Makefile
19 lines
363 B
Makefile
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>
|