forked from Lainports/freebsd-ports
19 lines
345 B
Makefile
19 lines
345 B
Makefile
PORTNAME= bindata
|
|
PORTVERSION= 2.4.15
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby library to read and write binary file formats
|
|
WWW= https://github.com/dmendel/bindata
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= bindata_project
|
|
|
|
.include <bsd.port.mk>
|