mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
18 lines
322 B
Makefile
18 lines
322 B
Makefile
PORTNAME= bit-struct
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for packed binary data stored in ruby Strings
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|