2012-01-22 11:46:41 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2012/01/22 16:46:41 jeremy Exp $
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2009-01-31 05:09:11 -05:00
|
|
|
COMMENT = high-level IO library for Ruby
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2012-01-22 11:46:41 -05:00
|
|
|
DISTNAME = highline-1.6.9
|
2009-01-31 05:09:11 -05:00
|
|
|
CATEGORIES = devel
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2009-01-31 05:09:11 -05:00
|
|
|
HOMEPAGE = http://highline.rubyforge.org/
|
2008-02-02 05:41:23 -05:00
|
|
|
|
|
|
|
# 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
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2009-01-31 05:09:11 -05:00
|
|
|
MODULES = lang/ruby
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2009-01-31 05:09:11 -05:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2010-09-23 18:30:24 -04:00
|
|
|
MODRUBY_REGRESS= rake
|
2008-02-02 05:41:23 -05:00
|
|
|
|
2012-01-22 11:46:41 -05:00
|
|
|
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
|
|
|
|
|
2008-02-02 05:41:23 -05:00
|
|
|
.include <bsd.port.mk>
|