diff options
author | fenner <fenner@FreeBSD.org> | 2005-11-27 03:45:36 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-11-27 03:45:36 +0800 |
commit | eda24ae6f903aaa02f3b97bcaa3cca910958414e (patch) | |
tree | 38bb3b6877ec6d3467b6af0ba7dfcd9b2da483e9 /devel | |
parent | fc9396e195ad8d6850995632b63a3bea45d096b7 (diff) | |
download | freebsd-ports-gnome-eda24ae6f903aaa02f3b97bcaa3cca910958414e.tar.gz freebsd-ports-gnome-eda24ae6f903aaa02f3b97bcaa3cca910958414e.tar.zst freebsd-ports-gnome-eda24ae6f903aaa02f3b97bcaa3cca910958414e.zip |
Turns out VCP was on CPAN before it turned into the big mirror setup
it is now, so it's only on bioinfo and backpan.perl.org (and backpan
isn't in ${MASTER_SITE_PERL_CPAN).
Approved by: Hiroki Sato <hrs@FreeBSD.org> (MAINTAINER)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile index 1dd76e5d16f4..c5f6f04e59e0 100644 --- a/devel/p5-VCP/Makefile +++ b/devel/p5-VCP/Makefile @@ -8,8 +8,8 @@ PORTNAME= VCP PORTVERSION= 0.9 PORTREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= XML/RBS +MASTER_SITES= ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/authors/id/R/RB/RBS/ \ + http://backpan.perl.org/authors/id/R/RB/RBS/ PKGNAMEPREFIX= p5- MAINTAINER= hrs@FreeBSD.org |