204d126f6f
PR: ports/180936 Submitted by: swills Approved by: osa (mentor)
17 lines
340 B
Makefile
17 lines
340 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bin_utils
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Extracting binary integers from binary string and packing back
|
|
|
|
RUBY_VER= 1.9
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|