summaryrefslogtreecommitdiff
path: root/devel/py-asn1/Makefile
blob: 3b8dec217dcdd8b16d870f03eff91c7663bdbeec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	asn1
PORTVERSION=	2.7.0
PORTREVISION=	1
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>