mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.00 [1]
- Update RUN_DEPENDS: Encode is already in all supported Perl releases PR: ports/162969 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) [1] Feature safe: yes
This commit is contained in:
parent
4f13830aad
commit
4256d9c44c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286900
3 changed files with 11 additions and 12 deletions
|
@ -6,28 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= dropbox-api-command
|
||||
PORTVERSION= 20111123
|
||||
PORTVERSION= 1.00
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${GITCOMMIT}/
|
||||
MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${PORTVERSION}/
|
||||
DISTNAME= dropbox-api
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
EXTRACT_SUFX= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= changlp@cs.nctu.edu.tw
|
||||
COMMENT= Dropbox API wrapper command
|
||||
|
||||
RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
||||
p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-WebService-Dropbox>=0:${PORTSDIR}/net/p5-WebService-Dropbox \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
|
||||
|
||||
GITCOMMIT= a60a44e0d8282b4a41b05d8bc3aeaec7110c6dcf
|
||||
|
||||
USE_PERL5_RUN= YES
|
||||
NO_BUILD= YES
|
||||
FETCH_ARGS= -pRr
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
PLIST_FILES= bin/dropbox-api
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dropbox-api) = 3d65921de0540453e4ee35b40eb4a8d54bbd1aa2e6bdfb0012f8a532facaa356
|
||||
SIZE (dropbox-api) = 19660
|
||||
SHA256 (dropbox-api) = 6ed544283d701f3d850c8b9307967a0520f59219aec7dca7357b4a26aa64e8d4
|
||||
SIZE (dropbox-api) = 20182
|
||||
|
|
|
@ -2,4 +2,4 @@ Dropbox's API commands from the shell.
|
|||
|
||||
Including sub-commands like sync, find, etc.
|
||||
|
||||
WWW: http://doc.7kai.org/Product/DropboxAPICommand/README
|
||||
WWW: https://github.com/s-aska/dropbox-api-command
|
||||
|
|
Loading…
Add table
Reference in a new issue