2011-10-17 03:50:42 +02:00
|
|
|
# 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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2011-10-17 03:50:42 +02:00
|
|
|
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>
|