forked from Lainports/freebsd-ports
17 lines
325 B
Makefile
17 lines
325 B
Makefile
PORTNAME= iostruct
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Struct that can read/write itself from/to IO-like objects
|
|
WWW= https://github.com/zed-0xff/iostruct
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|