aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-chunky_png/Makefile
blob: 2406c8927e630b3977bc23c8a0b8ccf2ed5a34d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	chunky_png
PORTVERSION=	1.4.0
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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>