diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-28 00:21:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-28 00:21:45 +0800 |
commit | 69343b41980a336b99578d0c715056a62b4de148 (patch) | |
tree | c3ddc021f3eb54709066c4c0a21c64af823ef194 /graphics | |
parent | a27656e60c0d310ea46198a4cd8a119c4c3bbd2f (diff) | |
download | freebsd-ports-gnome-69343b41980a336b99578d0c715056a62b4de148.tar.gz freebsd-ports-gnome-69343b41980a336b99578d0c715056a62b4de148.tar.zst freebsd-ports-gnome-69343b41980a336b99578d0c715056a62b4de148.zip |
- Add LICENSE
- Sort RUN_DEPENDS
- Use = instead of +=
- Remove contiguous blank lines
- Remove BROKEN as it builds successfully on my poudriere with ruby21
Diffstat (limited to 'graphics')
-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> |