summaryrefslogtreecommitdiff
path: root/devel/rubygem-bit-struct/Makefile
blob: 211f1c25e2ff4f54cd3a15038f668e89b44f4790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	bit-struct
PORTVERSION=	0.17
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library for packed binary data stored in ruby Strings
WWW=		https://github.com/vjoel/bit-struct

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>