33 lines
581 B
Makefile
33 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/02/04 05:56:59 bernd Exp $
|
|
|
|
COMMENT= Ruby XMPP/Jabber library
|
|
|
|
DISTNAME= xmpp4r-0.4
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= joshua stein <jcs@openbsd.org>
|
|
|
|
HOMEPAGE= http://home.gna.org/xmpp4r/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=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
|
|
|
|
PKG_ARCH= *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
|
|
|
|
.include <bsd.port.mk>
|