WebService::Dropbox is Perl interface to Dropbox API
WWW: http://search.cpan.org/dist/WebService-Dropbox/ PR: ports/162898 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> Feature safe: yes
This commit is contained in:
parent
22fe192f88
commit
4f97a36abf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286504
5 changed files with 34 additions and 0 deletions
|
@ -729,6 +729,7 @@
|
|||
SUBDIR += p5-URI-Template
|
||||
SUBDIR += p5-URI-Template-Restrict
|
||||
SUBDIR += p5-Validate-Net
|
||||
SUBDIR += p5-WebService-Dropbox
|
||||
SUBDIR += p5-What
|
||||
SUBDIR += p5-X500-DN
|
||||
SUBDIR += p5-XML-Compile-SOAP
|
||||
|
|
24
net/p5-WebService-Dropbox/Makefile
Normal file
24
net/p5-WebService-Dropbox/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-WebService-Dropbox
|
||||
# Date created: 2011-11-25
|
||||
# Whom: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Dropbox
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= changlp@cs.nctu.edu.tw
|
||||
COMMENT= Perl interface to Dropbox API
|
||||
|
||||
RUN_DEPENDS= p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
|
||||
p5-String-Random>=0:${PORTSDIR}/devel/p5-String-Random
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Dropbox.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-WebService-Dropbox/distinfo
Normal file
2
net/p5-WebService-Dropbox/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (WebService-Dropbox-0.03.tar.gz) = 756b281d797b4503aba5f4ea6ef9a66c3dc276e32d4b0a264195a20da912c257
|
||||
SIZE (WebService-Dropbox-0.03.tar.gz) = 67936
|
3
net/p5-WebService-Dropbox/pkg-descr
Normal file
3
net/p5-WebService-Dropbox/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
WebService::Dropbox is Perl interface to Dropbox API
|
||||
|
||||
WWW: http://search.cpan.org/dist/WebService-Dropbox/
|
4
net/p5-WebService-Dropbox/pkg-plist
Normal file
4
net/p5-WebService-Dropbox/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/WebService/Dropbox.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService-Dropbox/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService-Dropbox
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
Reference in a new issue