freebsd-ports/graphics/rubygem-png/Makefile
2019-11-03 17:21:24 +00:00

21 lines
366 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>