Files
bsdports/python/py-asn1crypto/Makefile
2019-12-26 07:26:06 +00:00

17 lines
405 B
Makefile

# $FreeBSD: head/devel/py-asn1crypto/Makefile 444640 2017-06-29 10:06:12Z robak $
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
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>