mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
Library for packed binary data stored in ruby Strings. Useful for accessing fields in network packets and binary files. WWW: https://github.com/vjoel/bit-struct
18 lines
270 B
Makefile
18 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bit-struct
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for packed binary data stored in ruby Strings
|
|
|
|
LICENSE= RUBY
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|