diff options
author | Lukc <lukc@upyum.com> | 2010-09-04 13:18:52 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-04 13:18:52 +0000 |
commit | 6561c14fedc1403fe4686a4aade471c7fa8d891a (patch) | |
tree | 0a6071d5d61e80cbc683e5d6d256b20e1bc91c1d /pyopenssl | |
parent | ca71cdb4c439667278d80cc2abb4d19862fb018a (diff) | |
download | ports-6561c14fedc1403fe4686a4aade471c7fa8d891a.tar.gz ports-6561c14fedc1403fe4686a4aade471c7fa8d891a.tar.bz2 ports-6561c14fedc1403fe4686a4aade471c7fa8d891a.tar.xz ports-6561c14fedc1403fe4686a4aade471c7fa8d891a.zip |
PyOpenSSL port adapted to be a nice pkg++ recipe.
Diffstat (limited to 'pyopenssl')
-rw-r--r-- | pyopenssl/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyopenssl/Pkgfile b/pyopenssl/Pkgfile index 4927d23..2f492ce 100644 --- a/pyopenssl/Pkgfile +++ b/pyopenssl/Pkgfile @@ -1,9 +1,9 @@ -# Description: Python interface to the OpenSSL library -# URL: http://pyopenssl.sourceforge.net/ -# Maintainer: Lucas Hazel, lucas at die dot net dot au -# Packager: Younes Hafri <ycrux@club-internet.fr> -# -# Depends on: python +description="Python interface to the OpenSSL library." +url=http://pyopenssl.sourceforge.net/ +maintainer="Lucas Hazel, lucas at die dot net dot au" +packager="Younes Hafri <ycrux@club-internet.fr>" +depends=(python) +# pkg++ recipe made by Piernov. (he don’t want to maintain the package. :D) name=pyopenssl version=0.10 |