0b97be15cd
- 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)
19 lines
364 B
Makefile
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>
|