Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= keyring |
8 |
PORTNAME= keyring |
9 |
PORTVERSION= 0.9.1 |
9 |
PORTVERSION= 0.9.2 |
10 |
CATEGORIES= security python |
10 |
CATEGORIES= security python |
11 |
MASTER_SITES= CHEESESHOP |
11 |
MASTER_SITES= CHEESESHOP |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 22-33
Link Here
|
22 |
USE_PYTHON= 2.5+ |
22 |
USE_PYTHON= 2.5+ |
23 |
USE_PYDISTUTILS= easy_install |
23 |
USE_PYDISTUTILS= easy_install |
24 |
|
24 |
|
25 |
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET |
25 |
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET |
26 |
GNOME_KEYRING_DESC= GNOME Keyring backend |
26 |
GNOME_KEYRING_DESC= GNOME Keyring backend |
27 |
KDE_KWALLET_DESC= KDE KWallet backend |
27 |
KDE_KWALLET_DESC= KDE KWallet backend |
28 |
CRYPT_FILE_DESC= Crypt(ed) File backend |
28 |
CRYPT_FILE_DESC= Crypt(ed) File backend |
29 |
|
29 |
|
30 |
.include <bsd.port.options.mk> |
30 |
.include <bsd.port.pre.mk> |
31 |
|
31 |
|
32 |
.if ${PORT_OPTIONS:MGNOME_KEYRING} |
32 |
.if ${PORT_OPTIONS:MGNOME_KEYRING} |
33 |
USE_GNOME+= pygnomedesktop |
33 |
USE_GNOME+= pygnomedesktop |
Lines 39-44
Link Here
|
39 |
|
39 |
|
40 |
.if ${PORT_OPTIONS:MCRYPT_FILE} |
40 |
.if ${PORT_OPTIONS:MCRYPT_FILE} |
41 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto |
41 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto |
|
|
42 |
.if ${PYTHON_VERSION} == "python2.5" |
43 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.5:${PORTSDIR}/devel/py-simplejson |
44 |
.endif |
42 |
.endif |
45 |
.endif |
43 |
|
46 |
|
44 |
.include <bsd.port.mk> |
47 |
.include <bsd.port.post.mk> |