mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
22 lines
384 B
Makefile
22 lines
384 B
Makefile
PORTNAME= bindata
|
|
PORTVERSION= 2.4.15
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 24
|
|
|
|
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
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include <bsd.port.mk>
|