Files
bsdports/python/py-asn1crypto/Makefile
2020-05-22 06:01:24 +00:00

18 lines
400 B
Makefile

# $FreeBSD: head/devel/py-asn1crypto/Makefile 527788 2020-03-04 16:50:07Z mikael $
PORTNAME= asn1crypto
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mikael@FreeBSD.org
COMMENT= ASN.1 library with a focus on performance and a pythonic API
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>