mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
18 lines
311 B
Makefile
18 lines
311 B
Makefile
COMMENT = binary-based efficient object serialization library
|
|
|
|
DISTNAME = msgpack-1.8.1
|
|
CATEGORIES = net devel
|
|
|
|
HOMEPAGE = http://msgpack.org/
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|