Tweak security/sshblock version 1.0_1
[dports.git] / security / py-pysha3 / Makefile
1 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pysha3
5 PORTVERSION=    0.3
6 PORTREVISION=   1
7 CATEGORIES=     security python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     koobs@FreeBSD.org
12 COMMENT=        SHA-3 (Keccak) for Python
13
14 LICENSE=        PSFL
15
16 USES=           python
17 USE_PYTHON=     distutils autoplist
18
19 regression-test: build
20         @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
21
22 .include <bsd.port.mk>