openbsd-ports/net/ruby-xmpp4r/Makefile
jeremy c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00

26 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.12 2012/09/23 16:57:35 jeremy 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
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
MODRUBY_REGRESS = rake
.include <bsd.port.mk>