PORTNAME=	asn1
PORTVERSION=	2.7.0
PORTEPOCH=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	eugen@FreeBSD.org
COMMENT=	Simple ASN.1 encoder and decoder for Python
WWW=		https://github.com/andrivet/python-asn1

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils optsuffix

NO_ARCH=	yes

.include <bsd.port.mk>
