mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
17 lines
314 B
Makefile
17 lines
314 B
Makefile
PORTNAME= python-decouple
|
|
DISTVERSION= 3.6
|
|
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>
|