summaryrefslogtreecommitdiff
path: root/security/py-cryptopp/Makefile
blob: 8ec0253fbc832fa56ee013327153b61826ad8447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:04 wiz Exp $

VERSION=	0.6.0
VERSION_EXCESSIVE=	1206569328141510525648634803928199668821045408958
DISTNAME=	pycryptopp-${VERSION}.${VERSION_EXCESSIVE}
PKGNAME=	${PYPKGPREFIX}-cryptopp-${VERSION}
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pycryptopp/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://tahoe-lafs.org/trac/pycryptopp
COMMENT=	Python wrapper for (and copy of parts of) crypto++
# GPL v2 or later.
# or Transitive Grace Period Public Licence, version 1.0 or later.
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=	c c++

REPLACE_PYTHON=		pycryptopp/test/*.py
PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.6.0.120...

# It would be nice if egg.mk had support for this.
#TEST_TARGET=	@python@ setup.py test

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