openbsd-ports/net/ruby-amqp-utils/Makefile
jeremy 2a5c871339 Bump version to 0.2.3. Remove MASTER_SITE_RUBYFORGE, in favor
of the default MASTER_SITE_RUBYGEMS.  Add PKG_ARCH=* since this
is a pure ruby package.  Remove now unneeded patch.

ok landry
2010-10-15 15:40:07 +00:00

33 lines
655 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/10/15 15:40:07 jeremy Exp $
COMMENT = AMQP command line utilities
DISTNAME = amqp-utils-0.2.3
PKGNAME = ruby-${DISTNAME}
CATEGORIES = net
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-facets->=2.7.0:devel/ruby-facets \
:ruby-trollop->=1.10.2:devel/ruby-trollop \
:ruby-amqp->=0.6.0:net/ruby-amqp \
:ruby-json->=1.1.6:converters/ruby-json \
::devel/ruby-clio
GEM_SKIPDEPENDS = trollop
MODRUBY_REGRESS = rake
.include <bsd.port.mk>