aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-25 02:00:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-25 02:00:21 +0800
commita1a38f3aab50bc22d66bca2cf0ac577772fc8dc4 (patch)
treed740b995250700fe2e0451338b3395b132bfd6ec
parent1664ca26f2df06e9e4fb83e69d981cdd9f48ceba (diff)
downloadfreebsd-ports-gnome-a1a38f3aab50bc22d66bca2cf0ac577772fc8dc4.tar.gz
freebsd-ports-gnome-a1a38f3aab50bc22d66bca2cf0ac577772fc8dc4.tar.zst
freebsd-ports-gnome-a1a38f3aab50bc22d66bca2cf0ac577772fc8dc4.zip
- Add LICENSE
-rw-r--r--www/rubygem-sinatra-respond_to/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rubygem-sinatra-respond_to/Makefile b/www/rubygem-sinatra-respond_to/Makefile
index f106db481c0a..af8b037c8730 100644
--- a/www/rubygem-sinatra-respond_to/Makefile
+++ b/www/rubygem-sinatra-respond_to/Makefile
@@ -9,10 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Respond_to style Rails block for Sinatra
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-sinatra>=1.3:${PORTSDIR}/www/rubygem-sinatra
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>