mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
18 lines
306 B
Makefile
18 lines
306 B
Makefile
COMMENT = high-level IO library for Ruby
|
|
|
|
DISTNAME = highline-3.1.2
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
HOMEPAGE = https://github.com/JEG2/highline
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|