mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
|
|
PORTNAME= bindata
|
|
PORTVERSION= 2.4.10
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby library to read and write binary file formats
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe gem
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|