recent change to use the default ruby version needed extra bumps to get past the pkgname of an earlier ruby-dbus-0.2.1p3 package. noticed by nigel@
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/11/18 09:50:06 sthen Exp $
|
|
|
|
COMMENT= Ruby implementation of the D-Bus protocol
|
|
|
|
DISTNAME= ruby-dbus-0.2.1
|
|
REVISION= 4
|
|
|
|
CATEGORIES= x11 devel
|
|
|
|
# gpl
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
MASTER_SITES= https://trac.luon.net/data/ruby-dbus/releases/
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby setup
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|