1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Maintainer update net/p5-Net-Google to 0.52

update to 0.52
	add dependency on File::Spec for perl < 5.6

PR:		ports/47293
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-01-30 04:30:45 +00:00
parent eecb5a86c7
commit e0005bce58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74241
3 changed files with 17 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Net-Google
PORTVERSION= 0.5
PORTVERSION= 0.52
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -20,7 +20,19 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \
Net::Google::Search.3 Net::Google::Spelling.3
Net::Google::Search.3 Net::Google::Spelling.3 \
Net::Google::Service.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (Net-Google-0.5.tar.gz) = 9761c8b8c94074e436d390cba7795fad
MD5 (Net-Google-0.52.tar.gz) = 2fa8826cb347d79a123405be66fcb0db

View File

@ -3,6 +3,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Google.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Cache.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Response.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Search.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Service.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services/GoogleSearch.wsdl
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Spelling.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services