Update to 1.0
Changes: http://search.cpan.org/src/ASCOPE/Net-Google-1.0/Changes
This commit is contained in:
parent
e6f734def1
commit
74ff87cedb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150539
3 changed files with 6 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-Google
|
||||
PORTVERSION= 0.62
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
|
@ -18,7 +18,7 @@ COMMENT= Simple OOP-ish interface to the Google SOAP API
|
|||
BUILD_DEPENDS= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \
|
||||
Net::Google::Search.3 Net::Google::Service.3 \
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (Net-Google-0.62.tar.gz) = 570b7c777ec9ff6388f826b3c5a90c9e
|
||||
SIZE (Net-Google-0.62.tar.gz) = 14389
|
||||
MD5 (Net-Google-1.0.tar.gz) = 47d272d1b4714bfb0852dc77e7632433
|
||||
SHA256 (Net-Google-1.0.tar.gz) = e65c590b193d4d85a2c897e278f6035341d44d4114ff64d123ae2021959320d0
|
||||
SIZE (Net-Google-1.0.tar.gz) = 16390
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/.packlist
|
||||
%%SITE_PERL%%/Net/Google.pm
|
||||
%%SITE_PERL%%/Net//Google/tool.pm
|
||||
%%SITE_PERL%%/Net/Google/tool.pm
|
||||
%%SITE_PERL%%/Net/Google/Cache.pm
|
||||
%%SITE_PERL%%/Net/Google/Response.pm
|
||||
%%SITE_PERL%%/Net/Google/Search.pm
|
||||
%%SITE_PERL%%/Net/Google/Service.pm
|
||||
%%SITE_PERL%%/Net/Google/Services/GoogleSearch.wsdl
|
||||
%%SITE_PERL%%/Net/Google/Spelling.pm
|
||||
@dirrm %%SITE_PERL%%/Net/Google/Services
|
||||
@dirrm %%SITE_PERL%%/Net/Google
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue