summaryrefslogtreecommitdiff
path: root/devel/rubygem-tty-file/Makefile
blob: 81b2859cf6e9f422e7e2a1b8f0df530e81a649de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	tty-file
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	File and directory manipulation utility methods

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-diff-lcs>=1.3.0:textproc/rubygem-diff-lcs \
		rubygem-pastel>=0.7.2:devel/rubygem-pastel \
		rubygem-tty-prompt>=0.16.1:devel/rubygem-tty-prompt

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>