aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-dragonfly
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 16:21:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 16:21:45 +0000
commitc15f9a59d3d37a8c4a43180e015ce7c0089e27f9 (patch)
treec3ddc021f3eb54709066c4c0a21c64af823ef194 /graphics/rubygem-dragonfly
parentd5da81d3c6e11c9c3e9d68f365c0f5d29ad702ca (diff)
downloadports-c15f9a59d3d37a8c4a43180e015ce7c0089e27f9.tar.gz
ports-c15f9a59d3d37a8c4a43180e015ce7c0089e27f9.zip
- Add LICENSE
- Sort RUN_DEPENDS - Use = instead of += - Remove contiguous blank lines - Remove BROKEN as it builds successfully on my poudriere with ruby21
Notes
Notes: svn path=/head/; revision=387626
Diffstat (limited to 'graphics/rubygem-dragonfly')
-rw-r--r--graphics/rubygem-dragonfly/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/rubygem-dragonfly/Makefile b/graphics/rubygem-dragonfly/Makefile
index 7bf4f9f1f96f..06f60d82032b 100644
--- a/graphics/rubygem-dragonfly/Makefile
+++ b/graphics/rubygem-dragonfly/Makefile
@@ -9,18 +9,13 @@ 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
+LICENSE= MIT
+RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
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>
+.include <bsd.port.mk>