23 lines
352 B
Makefile
23 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:56 espie Exp $
|
|
|
|
COMMENT= Ruby XMPP/Jabber library
|
|
|
|
DISTNAME= xmpp4r-0.4
|
|
REVISION= 5
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= joshua stein <jcs@openbsd.org>
|
|
|
|
HOMEPAGE= http://home.gna.org/xmpp4r/
|
|
|
|
# gpl
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
MODRUBY_TEST = rake
|
|
|
|
.include <bsd.port.mk>
|