freebsd-ports/graphics/rubygem-chunky_png/Makefile
2018-11-22 20:48:12 +00:00

20 lines
353 B
Makefile

# Created by: Phil Phillips <pphillips@experts-exchange.com>
# $FreeBSD$
PORTNAME= chunky_png
PORTVERSION= 1.3.11
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>