diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:20:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:20:38 +0800 |
commit | df513a84dd3b09196450c443751cf2a3ce776b31 (patch) | |
tree | f0d483892804ab2678e1e434cb3f33d5b3b87bb5 /www | |
parent | 173ccd405403beab62017b922c41e0115f73fdf8 (diff) | |
download | freebsd-ports-graphics-df513a84dd3b09196450c443751cf2a3ce776b31.tar.gz freebsd-ports-graphics-df513a84dd3b09196450c443751cf2a3ce776b31.tar.zst freebsd-ports-graphics-df513a84dd3b09196450c443751cf2a3ce776b31.zip |
- Add LICENSE_FILE
- Update RUN_DEPENDS
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-typhoeus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index 6a4bfdb6857..e772ebe118a 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -10,8 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Parallel HTTP request library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-ethon>=0.7.4:${PORTSDIR}/www/rubygem-ethon +RUN_DEPENDS= rubygem-ethon>=0.8.0:${PORTSDIR}/www/rubygem-ethon NO_ARCH= yes USE_RUBY= yes |