Files
ports/net/ruby-msgpack/Makefile
T
jeremy ae8c55be27 Update to msgpack 1.7.2
Remove test code as the gem does not ship tests. Remove some unnecessary
files in PLIST.

OK sebastia@ (MAINTAINER)
2023-09-01 18:50:30 +00:00

18 lines
311 B
Makefile

COMMENT = binary-based efficient object serialization library
DISTNAME = msgpack-1.7.2
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>