mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= cbor
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RFC 7049 - Concise Binary Object Representation
|
|
WWW= https://bitbucket.org/bodhisnarkva/cbor
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= compiler python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|