diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-06 01:29:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-06 01:29:32 +0800 |
commit | c64e87d109fcb512dc999a70773ed57e525acdd6 (patch) | |
tree | e4b153974cd429dafda9bb1823113aeaba89555e | |
parent | 109c136a5bb165e249e0e5d80c2528b3b40adec0 (diff) | |
download | freebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.tar.gz freebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.tar.zst freebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.zip |
- Add LICENSE
-rw-r--r-- | www/rubygem-typhoeus/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index 5c060bc970d..921a1144b3a 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Parallel HTTP request library +LICENSE= MIT + RUN_DEPENDS= rubygem-ethon>=0.7.1:${PORTSDIR}/www/rubygem-ethon -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |