23 lines
385 B
Makefile
23 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:46:15 espie Exp $
|
|
|
|
COMMENT= Ruby implementation of the D-Bus protocol
|
|
|
|
DISTNAME= ruby-dbus-0.2.1
|
|
PKGNAME= ruby19-dbus-0.2.1
|
|
|
|
CATEGORIES= x11 devel
|
|
|
|
# gpl
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
MASTER_SITES= https://trac.luon.net/data/ruby-dbus/releases/
|
|
|
|
MODULES= lang/ruby
|
|
MODRUBY_REV= 1.9
|
|
|
|
CONFIGURE_STYLE=ruby setup
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|