mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Update LICENSE - Add LICENSE_FILE Changes: https://github.com/vjoel/bit-struct/blob/master/History.txt
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bit-struct
|
|
PORTVERSION= 0.16
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|