diff options
author | obache <obache@pkgsrc.org> | 2011-10-29 06:22:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-29 06:22:20 +0000 |
commit | c6f5955358e8b37a464b2af00c37bb480abafaf7 (patch) | |
tree | f8cd33f5a42d2e9b3180829a41f69b880a2b5e00 /security | |
parent | 98c14d5791eb2215f8950abff8b895236fb292f8 (diff) | |
download | pkgsrc-c6f5955358e8b37a464b2af00c37bb480abafaf7.tar.gz |
* LICENSE=public-domain
* pure python module, C compiler is not required.
* register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-tlslite/Makefile | 8 | ||||
-rw-r--r-- | security/py-tlslite/PLIST | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 3f12b9b3c37..1fe9fdb0684 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/29 06:22:20 obache Exp $ # DISTNAME= tlslite-0.3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${HOMEPAGE} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://trevp.net/tlslite/ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python +LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes +USE_LANGUAGES= # none -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-tlslite/PLIST b/security/py-tlslite/PLIST index 280db671f09..87a76e0a6e0 100644 --- a/security/py-tlslite/PLIST +++ b/security/py-tlslite/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:37 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/10/29 06:22:20 obache Exp $ bin/tls.py bin/tlsdb.py +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/tlslite/BaseDB.py ${PYSITELIB}/tlslite/BaseDB.pyc ${PYSITELIB}/tlslite/BaseDB.pyo |