freebsd-ports/security/py-pyaes/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
352 B
Makefile

PORTNAME= pyaes
PORTVERSION= 1.6.1
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:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>