mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
16 lines
344 B
Makefile
16 lines
344 B
Makefile
PORTNAME= zlib
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby interface for the zlib compression/decompression library
|
|
WWW= https://github.com/ruby/zlib
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|