- Fix fetch by updating MASTER_SITES
This commit is contained in:
parent
8d826f4c94
commit
f9d5b7ff12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278586
1 changed files with 2 additions and 4 deletions
|
@ -8,16 +8,14 @@
|
|||
PORTNAME= memoize
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/61790/ \
|
||||
${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/memoize|}
|
||||
MASTER_SITES= RF
|
||||
MASTER_SITE_SUBDIR= shards
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= A method that speeds methods up at the cost of memory
|
||||
|
||||
FETCH_ARGS= -Fpr
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RAKE= yes
|
||||
NO_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue