pkgsrc/devel/ruby-stomp/Makefile
taca 2398ab8393 Update ruby-stomp to 1.2.8.
== 1.2.8 20121228

* Fix inverted encode / decode logic (fairly major 1.1+ bug)
* Enhance codec tests
* Enhance Stomp 1.1+ tests
2013-01-12 14:03:23 +00:00

12 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/01/12 14:03:23 taca Exp $
DISTNAME= stomp-1.2.8
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/stomp/
COMMENT= Ruby library for the Stomp protocol
LICENSE= apache-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"