Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= duplicity |
8 |
PORTNAME= duplicity |
9 |
PORTVERSION= 0.6.18 |
9 |
PORTVERSION= 0.6.18 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= sysutils |
11 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ |
12 |
MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ |
12 |
|
13 |
|
Lines 16-22
Link Here
|
16 |
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync |
17 |
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync |
17 |
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ |
18 |
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ |
18 |
ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \ |
19 |
ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \ |
19 |
lftp>=3.7.15:${PORTSDIR}/ftp/lftp |
20 |
lftp>=3.7.15:${PORTSDIR}/ftp/lftp \ |
|
|
21 |
${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko \ |
22 |
${PYTHON_PKGNAMEPREFIX}boto>=1.6b:${PORTSDIR}/devel/py-boto |
20 |
|
23 |
|
21 |
OPTIONS= NLS "National Language Support" on |
24 |
OPTIONS= NLS "National Language Support" on |
22 |
|
25 |
|