aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-06 01:29:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-06 01:29:32 +0800
commitc64e87d109fcb512dc999a70773ed57e525acdd6 (patch)
treee4b153974cd429dafda9bb1823113aeaba89555e
parent109c136a5bb165e249e0e5d80c2528b3b40adec0 (diff)
downloadfreebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.tar.gz
freebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.tar.zst
freebsd-ports-graphics-c64e87d109fcb512dc999a70773ed57e525acdd6.zip
- Add LICENSE
-rw-r--r--www/rubygem-typhoeus/Makefile6
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>