aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-reline/Makefile
blob: ab8435b7e6ae46b40fc3d6705fcc38f4c6d1575d (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
# $FreeBSD$

PORTNAME=	reline
PORTVERSION=	0.1.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	yasu@utahime.org
COMMENT=	Alternative GNU Readline or Editline implementation by pure Ruby

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-io-console>=0.5<1:devel/rubygem-io-console

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>