opnsense-ports/graphics/rubygem-chunky_png/Makefile
Franco Fichtner a0a114d926 */*: sync with upstream
Taken from: HardenedBSD
2018-01-26 19:46:35 +01:00

19 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>