ports/devel/rubygem-reline/Makefile
Yasuhiro Kimura d93d11c46b */rubygem-*: Pass maintainership of my rubygem ports to ruby@
I've joined ruby team. So pass maintainership of my rubygem ports to
ruby@ so members can maintain them.
2024-04-02 10:18:52 +09:00

21 lines
460 B
Makefile

PORTNAME= reline
DISTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Alternative GNU Readline or Editline implementation by pure Ruby
WWW= https://rubygems.org/gems/reline
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
NO_ARCH= yes
.include <bsd.port.mk>