e9f30c841d
This is a dependency only for rubygem-file-tail. Reviewed by: swills Approved by: swills
17 lines
303 B
Makefile
17 lines
303 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tins
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 0
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Useful tools library in Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|