aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyaes/Makefile
blob: a4685a6de7d1c06b3c28c97ac3afcad6bda6ccd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

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>