633bebe6cf
- pass maintainer to ruby@ Feature safe: yes
21 lines
472 B
Makefile
21 lines
472 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.9.11
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|