bd83fb60aa
- Take maintainership - Disconnect/Connect ruby-xmpp4r/rubygem-xmpp4r PR: 131757 Submitted by: Wen Heping <wenheping@gmail.com>
20 lines
378 B
Makefile
20 lines
378 B
Makefile
# New ports collection makefile for: ruby-xmpp4r
|
|
# Date created: 21 Nov 2005
|
|
# Whom: Stephan Maka <stephan@spaceboyz.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmpp4r
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= net-im ruby
|
|
MASTER_SITES= RF/xmpp4r
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= XMPP/Jabber library for Ruby
|
|
|
|
USE_RUBY= YES
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|