maintainer-update www/p5-WWW-Search-Google to 0.21
PR: ports/47294 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
304440c90c
commit
b1956e5f78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74239
3 changed files with 8 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= WWW-Search-Google
|
||||
PORTVERSION= 0.20
|
||||
PORTVERSION= 0.21
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
|
@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (WWW-Search-Google-0.20.tar.gz) = 66f76cdf194f4647a9b130a3924175e8
|
||||
MD5 (WWW-Search-Google-0.21.tar.gz) = 15c723b987f2b743e852484fd5412070
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Google.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search 2>&1 || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW 2>&1 || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW/Search 2>&1 || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW 2>&1 || true
|
||||
|
|
Loading…
Reference in a new issue