summaryrefslogtreecommitdiff
path: root/devel/rubygem-bit-struct/Makefile
blob: 97882c0bce7dd66a140ebafc796f269c3f310512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	bit-struct
PORTVERSION=	0.16
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library for packed binary data stored in ruby Strings

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

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>