A fast, pure Python library for parsing and serializing ASN.1 structures. WWW: https://github.com/wbond/asn1crypto PR: 220299 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asn1crypto
|
|
PORTVERSION= 0.22.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mikael.urankar@gmail.com
|
|
COMMENT= ASN.1 library with a focus on performance and a pythonic API
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|