Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
22 lines
428 B
Makefile
22 lines
428 B
Makefile
PORTNAME= asn1
|
|
PORTVERSION= 2.7.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= eugen@FreeBSD.org
|
|
COMMENT= Simple ASN.1 encoder and decoder for Python
|
|
WWW= https://github.com/andrivet/python-asn1
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|