mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
PR: 162899 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Feature safe: yes
36 lines
1,022 B
Makefile
36 lines
1,022 B
Makefile
# New ports collection makefile for: dropbox-api-command
|
|
# Date created: 2011-07-14
|
|
# Whom: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dropbox-api-command
|
|
PORTVERSION= 20111123
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${GITCOMMIT}/
|
|
DISTNAME= dropbox-api
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
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
|
|
PLIST_FILES= bin/dropbox-api
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/dropbox-api ${PREFIX}/bin/dropbox-api
|
|
|
|
.include <bsd.port.mk>
|