mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
237 B
Makefile
16 lines
237 B
Makefile
COMMENT= Ruby implementation of the D-Bus protocol
|
|
|
|
DISTNAME= ruby-dbus-0.25.0
|
|
PKGNAME= ${DISTNAME:S/ruby-//}
|
|
|
|
CATEGORIES= x11 devel
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|