aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-28 00:21:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-28 00:21:45 +0800
commit69343b41980a336b99578d0c715056a62b4de148 (patch)
treec3ddc021f3eb54709066c4c0a21c64af823ef194 /graphics
parenta27656e60c0d310ea46198a4cd8a119c4c3bbd2f (diff)
downloadfreebsd-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/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>