31 lines
585 B
Makefile
31 lines
585 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/05/19 22:31:45 bernd Exp $
|
|
|
|
COMMENT = high-level IO library for Ruby
|
|
|
|
DISTNAME = highline-1.5.1
|
|
PKGNAME = ruby-${DISTNAME}
|
|
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
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=highline/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
|
|
|
|
.include <bsd.port.mk>
|