summaryrefslogtreecommitdiff
path: root/security/py-cryptkit/Makefile
blob: 64af14f2e3bd23cda06d4be050a399c9164dee56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:18 wiz Exp $

DISTNAME=	cryptkit-0.9
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=cryptkit/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://sourceforge.net/projects/cryptkit/
COMMENT=	Python Cryptographic Toolkit

PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # not yet ported as of 0.9

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"