c0bc9257e9
common modes of operation. WWW: https://github.com/ricmoo/pyaes Approved by: swills (mentor, implicit)
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyaes
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Pure-Python implementation of AES block-cipher
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|