mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 1.07
- Convert to new options framework Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/169566 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
This commit is contained in:
parent
83691957f1
commit
75f61eda4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300433
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Dropbox
|
||||
PORTVERSION= 1.06
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ASKADNA
|
||||
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-String-Random>=0.22:${PORTSDIR}/devel/p5-String-Random
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= LWP "Use LWP instead of Furl" off
|
||||
OPTIONS_DEFINE= LWP
|
||||
LWP_DESC= Use LWP instead of Furl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -28,7 +29,7 @@ MAN3= WebService::Dropbox.3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_LWP)
|
||||
.if ${PORT_OPTIONS:MLWP}
|
||||
BUILD_DEPENDS+= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
||||
p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS+= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (WebService-Dropbox-1.06.tar.gz) = a92c0fb049873405b82927051ca8263df93412a757527d78dd0a80098ebda361
|
||||
SIZE (WebService-Dropbox-1.06.tar.gz) = 67727
|
||||
SHA256 (WebService-Dropbox-1.07.tar.gz) = c62d2fb824b9183f50d6ff3c3b417790f86b831f7bfc21aaaa598e0b48dc7a9a
|
||||
SIZE (WebService-Dropbox-1.07.tar.gz) = 68045
|
||||
|
Loading…
Reference in New Issue
Block a user