mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
17 lines
374 B
Makefile
17 lines
374 B
Makefile
PORTNAME= zlib
|
|
PORTVERSION= 3.1.1
|
|
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}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|