freebsd-ports/devel/py-characteristic/Makefile
2021-04-06 16:31:07 +02:00

18 lines
380 B
Makefile

# Created by: Axel Rau <axel.rau@chaos1.de>
PORTNAME= characteristic
PORTVERSION= 14.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= axel.rau@chaos1.de
COMMENT= Python attributes without boilerplate
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>