freebsd-ports/graphics/rubygem-chunky_png/Makefile
Steve Wills 0b97be15cd - Update to 1.2.9
- Add LICENSE
- Add USE_RAKE
- Support STAGEDIR

PR:		ports/185024
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	maintainer timeout (pphillips@experts-exchange.com, >4 weeks)
2014-01-21 21:44:18 +00:00

19 lines
364 B
Makefile

# Created by: Phil Phillips <pphillips@experts-exchange.com>
# $FreeBSD$
PORTNAME= chunky_png
PORTVERSION= 1.2.9
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= pphillips@experts-exchange.com
COMMENT= Ruby library to read and write PNG images
LICENSE= MIT
USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>