diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 16:21:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 16:21:45 +0000 |
commit | c15f9a59d3d37a8c4a43180e015ce7c0089e27f9 (patch) | |
tree | c3ddc021f3eb54709066c4c0a21c64af823ef194 /graphics/rubygem-dragonfly | |
parent | d5da81d3c6e11c9c3e9d68f365c0f5d29ad702ca (diff) | |
download | ports-c15f9a59d3d37a8c4a43180e015ce7c0089e27f9.tar.gz ports-c15f9a59d3d37a8c4a43180e015ce7c0089e27f9.zip |
Notes
Diffstat (limited to 'graphics/rubygem-dragonfly')
-rw-r--r-- | graphics/rubygem-dragonfly/Makefile | 13 |
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> |