forked from Lainports/freebsd-ports
22 lines
523 B
Makefile
22 lines
523 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dragonfly
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= On-the-fly Rack-based image handling framework
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
|
|
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
|
|
rubygem-rack15>=1.3.0:${PORTSDIR}/www/rubygem-rack15
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|