freebsd-ports/graphics/rubygem-dragonfly/Makefile
Steve Wills ea9f3c8d6f - Update to 0.9.14 to fix CVE-2013-1756
Security:	aa7764af-0b5e-4ddc-bc65-38ad697a484f
2013-02-28 01:46:41 +00:00

20 lines
452 B
Makefile

# Created by: Jason Helfman <jhelfman@experts-exchange.com>
# $FreeBSD$
PORTNAME= dragonfly
PORTVERSION= 0.9.14
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= On-the-fly Rack-based image handling framework
RUN_DEPENDS+= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>