diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/dropbox-api-command | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/dropbox-api-command')
-rw-r--r-- | net/dropbox-api-command/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/dropbox-api-command/Makefile b/net/dropbox-api-command/Makefile index 4af8ca172a76..82d4807a8cf6 100644 --- a/net/dropbox-api-command/Makefile +++ b/net/dropbox-api-command/Makefile @@ -11,11 +11,11 @@ COMMENT= Dropbox API wrapper command LICENSE= MIT -BUILD_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-WebService-Dropbox>=1.17:${PORTSDIR}/net/p5-WebService-Dropbox \ - p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class +BUILD_DEPENDS= p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-Encode-Locale>=0:converters/p5-Encode-Locale \ + p5-JSON>=0:converters/p5-JSON \ + p5-WebService-Dropbox>=1.17:net/p5-WebService-Dropbox \ + p5-Path-Class>=0.26:devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes |