opnsense-ports/devel/rubygem-readline/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
333 B
Makefile

PORTNAME= readline
PORTVERSION= 0.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Loader for readline
WWW= https://github.com/ruby/readline
LICENSE= RUBY
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-reline>=0:devel/rubygem-reline
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>