summaryrefslogtreecommitdiff
path: root/devel/rubygem-bin_struct/Makefile
blob: a2db85aba800d02d7a7339a4400da985b03b18f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	bin_struct
PORTVERSION=	0.5.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Binary dissector and generator
WWW=		https://github.com/lemontree55/bin_struct

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>