aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-04-06 05:30:27 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-04-06 05:30:27 +0800
commit2f5e64754cc1c3c883e49c841e18f25d18db2b07 (patch)
treeefb35e4e262470022f949dd9e234839815d56090
parentf00a04bc34eeb716f65d1b2d03a0e6abe2bcfa6b (diff)
downloadfreebsd-ports-gnome-2f5e64754cc1c3c883e49c841e18f25d18db2b07.tar.gz
freebsd-ports-gnome-2f5e64754cc1c3c883e49c841e18f25d18db2b07.tar.zst
freebsd-ports-gnome-2f5e64754cc1c3c883e49c841e18f25d18db2b07.zip
- Add LICENSE
- Update WWW
-rw-r--r--devel/rubygem-memoize/Makefile2
-rw-r--r--devel/rubygem-memoize/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-memoize/Makefile b/devel/rubygem-memoize/Makefile
index 7a4ea5b8b5e8..ea2a48ff29bd 100644
--- a/devel/rubygem-memoize/Makefile
+++ b/devel/rubygem-memoize/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Speeds up methods at the cost of memory (or disk space)
+LICENSE= ART20
+
RUN_DEPENDS= rubygem-test-unit>=2.0.2:${PORTSDIR}/devel/rubygem-test-unit
USE_RUBY= yes
diff --git a/devel/rubygem-memoize/pkg-descr b/devel/rubygem-memoize/pkg-descr
index 11b0fedd4c6e..a0fb295f9491 100644
--- a/devel/rubygem-memoize/pkg-descr
+++ b/devel/rubygem-memoize/pkg-descr
@@ -1,4 +1,4 @@
The memoize library allows you to cache methods for faster lookup. Cached
results can either be stored in memory (the default) or to a file.
-WWW: http://github.com/djberg96/memoize
+WWW: https://github.com/djberg96/memoize