18 lines
308 B
Makefile
18 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/08/27 17:15:12 ajacoutot Exp $
|
|
|
|
COMMENT= Ruby implementation of the D-Bus protocol
|
|
|
|
DISTNAME= ruby-dbus-0.11.1
|
|
PKGNAME= ${DISTNAME:S/ruby-//}
|
|
|
|
CATEGORIES= x11 devel
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|