20 lines
352 B
Makefile
20 lines
352 B
Makefile
# Created by: Phil Phillips <pphillips@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chunky_png
|
|
PORTVERSION= 1.3.10
|
|
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>
|