a7ee035653
With hat: ruby@
26 lines
540 B
Makefile
26 lines
540 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dragonfly
|
|
PORTVERSION= 0.9.15
|
|
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.pre.mk>
|
|
|
|
.if ${RUBY_VER} == 2.1
|
|
BROKEN= Does not build with Ruby 2.1
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|