openbsd-ports/devel/ruby-highline/Makefile

31 lines
671 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2012/01/22 16:46:41 jeremy Exp $
2009-01-31 05:09:11 -05:00
COMMENT = high-level IO library for Ruby
DISTNAME = highline-1.6.9
2009-01-31 05:09:11 -05:00
CATEGORIES = devel
2009-01-31 05:09:11 -05:00
HOMEPAGE = http://highline.rubyforge.org/
# Ruby license
2009-01-31 05:09:11 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-01-31 05:09:11 -05:00
MODULES = lang/ruby
2009-01-31 05:09:11 -05:00
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS= rake
REGRESS_DEPENDS = devel/ruby-rdoc,${MODRUBY_FLAVOR}
post-install:
@find ${PREFIX}/${GEM_LIB}/ -type f -name \*.gitignore \
-or -name \*.cvsignore -or -name Rakefile \
-or -name setup.rb | xargs rm
@rmdir ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/doc
.include <bsd.port.mk>