mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
c0bc9257e9
common modes of operation. WWW: https://github.com/ricmoo/pyaes Approved by: swills (mentor, implicit)
21 lines
360 B
Makefile
21 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>
|