diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 18:09:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 18:09:32 +0800 |
commit | 7f5cdc5901c302d0fddb60f3839856bfc7b6468d (patch) | |
tree | ab34397a57505659482d5eba66cd23416b390328 | |
parent | 1ff855d514709fd2b38a1aec3d000709ab105aa1 (diff) | |
download | freebsd-ports-gnome-7f5cdc5901c302d0fddb60f3839856bfc7b6468d.tar.gz freebsd-ports-gnome-7f5cdc5901c302d0fddb60f3839856bfc7b6468d.tar.zst freebsd-ports-gnome-7f5cdc5901c302d0fddb60f3839856bfc7b6468d.zip |
- Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines
-rw-r--r-- | www/rubygem-carrierwave/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile index 09db82a4b0f5..3299d9479cab 100644 --- a/www/rubygem-carrierwave/Makefile +++ b/www/rubygem-carrierwave/Makefile @@ -8,13 +8,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Upload files, map them to a range of ORMs, store on different backends -RUN_DEPENDS= rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \ + rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |