freebsd-ports/net-im/rubygem-xmpp4r/Makefile

22 lines
387 B
Makefile
Raw Normal View History

# New ports collection makefile for: ruby-xmpp4r
# Date created: 21 Nov 2005
# Whom: Stephan Maka <stephan@spaceboyz.net>
#
# $FreeBSD$
#
PORTNAME= xmpp4r
2009-07-14 00:19:22 +02:00
PORTVERSION= 0.5
2009-08-29 11:22:22 +02:00
PORTREVISION= 1
CATEGORIES= net-im ruby
2010-06-02 10:31:53 +02:00
MASTER_SITES= RG
MAINTAINER= miwi@FreeBSD.org
COMMENT= XMPP/Jabber library for Ruby
2009-07-14 00:19:22 +02:00
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>