forked from Lainports/freebsd-ports
19 lines
379 B
Makefile
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>
|