aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-hiredis
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:54:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:54:28 +0000
commit005084965754b1d43a795c3c0c00ab978168c2c1 (patch)
tree91e8641c44c8ba79560a668a88424d262c1529c7 /databases/rubygem-hiredis
parentccd5100d08977fa774b414e249d0947ca3c9a1aa (diff)
downloadports-005084965754b1d43a795c3c0c00ab978168c2c1.tar.gz
ports-005084965754b1d43a795c3c0c00ab978168c2c1.zip
- Add LICENSE
- Remove USE_RAKE - Update WWW
Notes
Notes: svn path=/head/; revision=387662
Diffstat (limited to 'databases/rubygem-hiredis')
-rw-r--r--databases/rubygem-hiredis/Makefile7
-rw-r--r--databases/rubygem-hiredis/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/rubygem-hiredis/Makefile b/databases/rubygem-hiredis/Makefile
index b9eb467a1f08..5c345ff84f6a 100644
--- a/databases/rubygem-hiredis/Makefile
+++ b/databases/rubygem-hiredis/Makefile
@@ -9,12 +9,13 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for hiredis
+LICENSE= BSD3CLAUSE
+
RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis
-USES= gmake
USE_RUBY= yes
-USE_RAKE= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
+USES= gmake
.include <bsd.port.mk>
diff --git a/databases/rubygem-hiredis/pkg-descr b/databases/rubygem-hiredis/pkg-descr
index 54404d1e7d54..1c9441a0dcc1 100644
--- a/databases/rubygem-hiredis/pkg-descr
+++ b/databases/rubygem-hiredis/pkg-descr
@@ -1,4 +1,4 @@
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
I/O)
-WWW: http://github.com/redis/hiredis-rb
+WWW: https://github.com/redis/hiredis-rb