24 lines
430 B
Makefile
24 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:24:57 espie Exp $
|
|
|
|
COMMENT = high-level IO library for Ruby
|
|
|
|
DISTNAME = highline-1.5.1
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://highline.rubyforge.org/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_REGRESS= rake
|
|
|
|
.include <bsd.port.mk>
|