mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
400 B
Makefile
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>
|