diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-01-21 10:16:06 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-01-21 10:16:06 +0000 |
commit | c9f162775069c7f8a22ca10ed93e0bb68759cea5 (patch) | |
tree | 4a3eaea23ff1ba49f45f75330bbeee8f655c7f27 /security/py-keyring/Makefile | |
parent | 03ec6e86870c1dc6d2bf1fd2750e814c65dbe35d (diff) | |
download | ports-c9f162775069c7f8a22ca10ed93e0bb68759cea5.tar.gz ports-c9f162775069c7f8a22ca10ed93e0bb68759cea5.zip |
Notes
Diffstat (limited to 'security/py-keyring/Makefile')
-rw-r--r-- | security/py-keyring/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index a6d78243a5d4..a453c62146d2 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-keyring -# Date created: 2 September 2009 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift <douglas@douglasthrift.net> # $FreeBSD$ -# PORTNAME= keyring -PORTVERSION= 0.9.2 +PORTVERSION= 1.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +18,7 @@ USE_ZIP= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install -OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET +OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET GNOME_KEYRING_DESC= GNOME Keyring backend KDE_KWALLET_DESC= KDE KWallet backend CRYPT_FILE_DESC= Crypt(ed) File backend |