blob: 4ca946c40b8ddba12ed6942c4212a2c2329ae492 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= bindata
PORTVERSION= 2.5.1
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>
|