pkgsrc/net/ruby-amqp/Makefile
fhajny c068310428 Import ruby18-amqp-0.6.5 as net/ruby-amqp.
AMQP client implementation in Ruby/EventMachine.
This library was tested primarily with RabbitMQ, although it should
be compatible with any server implementing the AMQP 0-8 spec.
2009-12-02 12:22:07 +00:00

19 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 12:22:07 fhajny Exp $
DISTNAME= amqp-0.6.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net
MAINTAINER= filip@joyent.com
HOMEPAGE= http://github.com/tmm1/amqp
COMMENT= AMQP client implementation in Ruby/EventMachine
LICENSE= ruby-license
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.4:../../devel/ruby-eventmachine
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"