freebsd-ports/graphics/rubygem-dragonfly/Makefile
Martin Wilke ddd8aa7c53 Dragonfly is an on-the-fly Rack-based image handling framework. It is suitable
for use with Rails, Sinatra and other web frameworks. Although it's mainly used
for images, it can handle any content type.

WWW: http://rubygems.org/gems/dragonfly

PR:		ports/153966
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Feature safe:	yes
2011-01-30 12:10:42 +00:00

21 lines
488 B
Makefile

# Ports collection makefile for: rubygem-dragonfly
# Date created: 13 January 2011
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
PORTNAME= dragonfly
PORTVERSION= 0.8.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= On-the-fly Rack-based image handling framework
RUN_DEPENDS+= rubygem-rack>=1.2.1:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>