aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-chunky_png/Makefile
blob: 78acaca8102e97d795a3b8e15111e4b041010c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Phil Phillips <pphillips@experts-exchange.com>
# $FreeBSD$

PORTNAME=	chunky_png
PORTVERSION=	1.2.8
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

NO_STAGE=	yes
.include <bsd.port.mk>