ports/devel/rubygem-bit-struct/Makefile
Antoine Brodin 68434c5061 New port: devel/rubygem-bit-struct
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
2016-07-15 17:52:12 +00:00

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>