diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | cee90afbe697181a69a20eb2fbcfcc6504eb39f3 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /net/p5-SOAP-Lite | |
parent | 09e862286626caec157899cb81e93a1f42d667a1 (diff) | |
download | pkgsrc-cee90afbe697181a69a20eb2fbcfcc6504eb39f3.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 378102bb41c..14008dfe8c9 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/23 18:03:16 tv Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:23 wiz Exp $ # DISTNAME= SOAP-Lite-0.69 @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://soaplite.com/ +HOMEPAGE= http://www.soaplite.com/ COMMENT= Perl5 module providing a lightweight interface to SOAP WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} |