diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 23:38:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 23:38:01 +0800 |
commit | 86d3d66574457d127f48ca5692a1a9354d574635 (patch) | |
tree | a8210c544d9754ce193188a3a0e15bea8ae340b3 | |
parent | bb69fd1ef48fb031def069ce80892878f4dbc2a0 (diff) | |
download | freebsd-ports-gnome-86d3d66574457d127f48ca5692a1a9354d574635.tar.gz freebsd-ports-gnome-86d3d66574457d127f48ca5692a1a9354d574635.tar.zst freebsd-ports-gnome-86d3d66574457d127f48ca5692a1a9354d574635.zip |
- Add LICENSE
- Remove contiguous blank lines
-rw-r--r-- | www/rubygem-raphael-rails/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-raphael-rails/Makefile b/www/rubygem-raphael-rails/Makefile index a87c3289a9c5..0ec12c0fb388 100644 --- a/www/rubygem-raphael-rails/Makefile +++ b/www/rubygem-raphael-rails/Makefile @@ -8,9 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Raphael JS as a Rubygem for use in the Rails asset pipeline +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |