openbsd-ports/devel/ruby-highline/Makefile
2022-03-11 18:49:30 +00:00

26 lines
525 B
Makefile

COMMENT = high-level IO library for Ruby
DISTNAME = highline-1.6.21
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/JEG2/highline
# Ruby license
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST= testrb
MODRUBY_TEST_TARGET = -I lib test/*.rb
post-install:
@find ${PREFIX}/${GEM_LIB}/ -type f \( -name \*.gitignore \
-o -name \*.cvsignore -o -name Rakefile \
-o -name setup.rb \) -delete
@rmdir ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/doc
.include <bsd.port.mk>