77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
388 B
Makefile
19 lines
388 B
Makefile
PORTNAME= attrdict
|
|
DISTVERSION= 2.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Python dict with attribute-style access
|
|
WWW= https://pypi.python.org/pypi/attrdict
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|