freebsd-ports/devel/rubygem-zlib/Makefile
Sunpoet Po-Chuan Hsieh 1d2a330b84 Clean up Makefile
This port is not architecture-independent.
2020-07-30 15:09:14 +00:00

18 lines
353 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= zlib
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface for the zlib compression/decompression library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>