openbsd-ports/x11/ruby-dbus/Makefile

25 lines
431 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.7 2011/09/16 12:29:17 espie Exp $
2008-01-11 14:34:49 -05:00
COMMENT= Ruby implementation of the D-Bus protocol
DISTNAME= ruby-dbus-0.2.1
2011-09-16 08:29:12 -04:00
REVISION= 3
CATEGORIES= x11 devel
# gpl
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MASTER_SITES= https://trac.luon.net/data/ruby-dbus/releases/
MODULES= lang/ruby
CONFIGURE_STYLE=ruby setup
PKG_ARCH= *
.include <bsd.port.mk>