1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/py-pyaes/Makefile
Joseph Mingrone c0bc9257e9 security/py-pyaes: Pure-Python implementation of AES block-cipher and
common modes of operation.

WWW: https://github.com/ricmoo/pyaes

Approved by:	swills (mentor, implicit)
2017-03-23 02:33:45 +00:00

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>