mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= envs
|
|
DISTVERSION= 1.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rozhuk.im@gmail.com
|
|
COMMENT= Easy access of environment variables from Python
|
|
WWW= https://github.com/capless/envs
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|