diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 02:00:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 02:00:21 +0800 |
commit | a1a38f3aab50bc22d66bca2cf0ac577772fc8dc4 (patch) | |
tree | d740b995250700fe2e0451338b3395b132bfd6ec | |
parent | 1664ca26f2df06e9e4fb83e69d981cdd9f48ceba (diff) | |
download | freebsd-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/Makefile | 6 |
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> |