freebsd-ports/graphics/rubygem-png/Makefile
2015-04-21 18:52:52 +00:00

20 lines
392 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:${PORTSDIR}/devel/rubygem-rubyinline
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>