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

PORTNAME=	chunky_png
PORTVERSION=	1.3.5
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library to read and write PNG images

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>