freebsd-ports/graphics/rubygem-chunky_png/Makefile
Steve Wills 90e2479eb2 ChunkyPNG is a pure Ruby library to read and write PNG images
and access textual metadata.

It has no dependency on RMagick, or any other library for that matter.

WWW: https://github.com/wvanbergen/chunky_png/wiki

PR:		ports/161465
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
2011-10-17 01:50:42 +00:00

20 lines
424 B
Makefile

# Ports collection makefile for: rubygem-chunky_png
# Date created: 7 October 2011
# Whom: Phil Phillips <pphillips@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= chunky_png
PORTVERSION= 1.2.5
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= pphillips@experts-exchange.com
COMMENT= Ruby library to read and write PNG images
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>