openbsd-ports/devel/ruby-echoe/Makefile

30 lines
572 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/09/28 21:09:00 jeremy Exp $
COMMENT = tasks for documentation, extension compiling, testing
2009-10-13 16:21:29 -04:00
DISTNAME = echoe-3.2
PKGNAME = ruby-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://github.com/fauna
# AFL v3.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::devel/ruby-rake \
::devel/ruby-rubyforge \
::devel/ruby-highline
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
.include <bsd.port.mk>