re: https://github.com/HBNetwork/python-decouple/releases/tag/v3.8 While here: * update the repo, based on redirect of old repo * portfmt
19 lines
354 B
Makefile
19 lines
354 B
Makefile
PORTNAME= python-decouple
|
|
DISTVERSION= 3.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Strict separation of settings from code
|
|
WWW= https://github.com/HBNetwork/python-decouple
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|