Files
ports/devel/py-python-decouple/Makefile
Dan Langille eb231fa7d7 devel/py-python-decouple: Add new port: Separation of settings from code
Decouple helps you to organize your settings so that you can change
parameters without having to redeploy your app.

re: https://github.com/henriquebastos/python-decouple/
2022-01-06 15:58:49 +00:00

18 lines
314 B
Makefile

PORTNAME= python-decouple
DISTVERSION= 3.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Strict separation of settings from code
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>