mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
PORTNAME= bzip2-ffi
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Ruby FFI bindings to libbzip2
|
|
WWW= https://github.com/philr/bzip2-ffi
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|