diff options
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 008864c40220..06fd6da2e829 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -8,7 +8,8 @@ PORTNAME= XML-Writer PORTVERSION= 0.4.1 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= http://www.cpan.dk/CPAN/authors/id/E/ED/EDAVIS/ \ + ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- |