mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
347 B
Makefile
22 lines
347 B
Makefile
COMMENT = fast ASN.1 parser and serializer
|
|
|
|
MODPY_DISTV = 1.5.1
|
|
GH_TAGNAME = ${MODPY_DISTV}
|
|
GH_ACCOUNT = wbond
|
|
GH_PROJECT = asn1crypto
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/wbond/asn1crypto
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|