pkgsrc-wip/ruby-actionmessenger/Makefile
Yuri Poloni d1715dd8ba Import ruby18-actionmessenger-0.2.0 as wip/ruby-actionmessenger.
Ruby convenience framework for instant messaging.

Features
* Supports sending and receiving of messages, using an API inspired by Action
  Mailer
* Simple mocking out of message sending code, to make unit testing your
  messaging code almost trivial
* Configuration for the messengers separated from the code
* Ability to control multiple messengers, if you want, although a single
  messenger is much easier
2009-09-02 19:31:26 +00:00

21 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/02 19:31:26 yuripoloni Exp $
#
DISTNAME= actionmessenger-0.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= chat
MASTER_SITES= http://trypticon.org/files/software/actionmessenger/
EXTRACT_SUFX= .gem
MAINTAINER= yuripoloni@gmail.com
HOMEPAGE= http://trypticon.org/software/actionmessenger/
COMMENT= Ruby convenience framework for instant messaging
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
GEM_BUILD= gemspec
USE_LANGUAGES= # none
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"