# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/graphics/rubygem-png/Makefile 516500 2019-11-03 17:21:24Z sunpoet $

PORTNAME=	png
PORTVERSION=	1.2.1
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Almost-pure-ruby PNG library

LICENSE=	MIT

RUN_DEPENDS=	rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>