freebsd-ports/devel/rubygem-reline/Makefile
Neel Chauhan b19a208d1f devel/rubygem-reline: Update to 0.2.3
Changes: https://github.com/ruby/reline/commits/v0.2.3

PR:		253219
Submitted by:	Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
2021-02-07 19:57:45 +00:00

23 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= reline
PORTVERSION= 0.2.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>