aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bin_utils/Makefile
blob: 71aa882863b0068d0aede3c59f98d4c25da819b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	bin_utils
PORTVERSION=	0.0.7
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Extracting binary integers from binary string and packing back
WWW=		https://github.com/funny-falcon/bin_utils

LICENSE=	MIT

USES=		gem

.include <bsd.port.mk>