Index: head/devel/rubygem-memoize/Makefile =================================================================== --- head/devel/rubygem-memoize/Makefile (revision 383377) +++ head/devel/rubygem-memoize/Makefile (revision 383378) @@ -1,18 +1,20 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= memoize PORTVERSION= 1.3.1 CATEGORIES= devel rubygems 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 USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes .include Index: head/devel/rubygem-memoize/pkg-descr =================================================================== --- head/devel/rubygem-memoize/pkg-descr (revision 383377) +++ head/devel/rubygem-memoize/pkg-descr (revision 383378) @@ -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