diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 18:52:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 18:52:02 +0000 |
commit | 78a0ac3ea82c76612d0eefba7f46f16bb247e04e (patch) | |
tree | 2ac65f5a97e156fdaf958d669ad6f625e87ae3ba /net/p5-XPC | |
parent | 83676d3e1c03bbd297168bbaed5ad7c0cca88843 (diff) | |
download | ports-78a0ac3ea82c76612d0eefba7f46f16bb247e04e.tar.gz ports-78a0ac3ea82c76612d0eefba7f46f16bb247e04e.zip |
- Switch MASTER_SITES and WWW to CPAN
Notes
Notes:
svn path=/head/; revision=163533
Diffstat (limited to 'net/p5-XPC')
-rw-r--r-- | net/p5-XPC/Makefile | 3 | ||||
-rw-r--r-- | net/p5-XPC/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-XPC/Makefile b/net/p5-XPC/Makefile index d7c908f69424..8350bc69b5a5 100644 --- a/net/p5-XPC/Makefile +++ b/net/p5-XPC/Makefile @@ -9,7 +9,8 @@ PORTNAME= XPC PORTVERSION= 0.2 CATEGORIES= net perl5 -MASTER_SITES= http://www.gregorpurdy.com/gregor/sw/XPC/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org diff --git a/net/p5-XPC/pkg-descr b/net/p5-XPC/pkg-descr index fb7565ee44ef..56679d526432 100644 --- a/net/p5-XPC/pkg-descr +++ b/net/p5-XPC/pkg-descr @@ -1,3 +1,3 @@ This class represents an XPC request or response. -WWW: http://www.gregorpurdy.com/gregor/sw/XPC/ +WWW: http://search.cpan.org/dist/XPC/ |