openbsd-ports/devel/ruby-highline/Makefile

24 lines
430 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:24:57 espie Exp $
2009-01-31 05:09:11 -05:00
COMMENT = high-level IO library for Ruby
2009-05-19 18:31:45 -04:00
DISTNAME = highline-1.5.1
2011-09-16 05:24:48 -04:00
REVISION = 4
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
.include <bsd.port.mk>