mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
I've joined ruby team. So pass maintainership of my rubygem ports to ruby@ so members can maintain them.
21 lines
460 B
Makefile
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>
|