mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
16 lines
300 B
Makefile
16 lines
300 B
Makefile
PORTNAME= aiocoap
|
|
DISTVERSION= 0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tcberner@FreeBSD.org
|
|
COMMENT= Python CoAP library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|