Bump security/authforce to version 0.9.9_5
[dports.git] / security / py-pyaes / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       pyaes
4 PORTVERSION=    1.6.0
5 CATEGORIES=     security python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     jrm@FreeBSD.org
10 COMMENT=        Pure-Python implementation of AES block-cipher
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
14
15 NO_ARCH=        yes
16
17 USES=           python
18 USE_PYTHON=     autoplist distutils
19
20 .include <bsd.port.mk>