aboutsummaryrefslogblamecommitdiff
path: root/security/py-pyaes/Makefile
blob: 619620b6e5f3807f2dd376499b78fbc294f34679 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                     
                     











                                                              
                           


                                   
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>