freebsd-ports/graphics/rubygem-dragonfly/Makefile
Dmitry Marakasov ceac7b941f - Fix shebangs
Approved by:	portmgr blanket
2015-09-23 15:08:38 +00:00

27 lines
639 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= dragonfly
PORTVERSION= 1.0.12
PORTREVISION= 1
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-rack16>=1.3.0:${PORTSDIR}/www/rubygem-rack16
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e '1s|#!env|#!/usr/bin/env|' ${WRKSRC}/dev/test_rails
.include <bsd.port.mk>