freebsd-ports/devel/py-traits/Makefile
2023-11-10 11:53:38 +00:00

19 lines
379 B
Makefile

PORTNAME= traits
PORTVERSION= 6.4.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Explicitly Typed Attributes for Python
WWW= https://pypi.org/project/traits/
LICENSE= BSD3CLAUSE PSFL
LICENSE_COMB= multi
BUILD_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>