mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
7a5ba122cc
- Fix examples
22 lines
416 B
Makefile
22 lines
416 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.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im ruby
|
|
MASTER_SITES= http://download.gna.org/xmpp4r/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= XMPP/Jabber library for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|