freebsd-ports/devel/py-asn1crypto/Makefile
Bartek Rutkowski 4b2dd6eefb devel/py-asn1crypto: NEW PORT - ASN.1 library with a focus on performance and a pythonic API
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>
2017-06-29 10:06:12 +00:00

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>