openbsd-ports/devel/ruby-highline/Makefile

27 lines
478 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/09/28 20:12:17 jeremy 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
2009-01-31 05:09:11 -05:00
PKGNAME = ruby-${DISTNAME}
REVISION = 0
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
2009-01-31 05:09:11 -05:00
PKG_ARCH = *
MODRUBY_REGRESS= rake
.include <bsd.port.mk>