summaryrefslogtreecommitdiff
path: root/devel/py-python-easyconfig/Makefile
blob: 503add51a7693c9a7cb39bc2bd52a59b2c189062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	python-easyconfig
PORTVERSION=	0.1.7
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Python-EasyConfig-${PORTVERSION}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Library for loading configurations easily in Python
WWW=		https://github.com/RussellLuo/easyconfig

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyyaml>3.10:devel/py-pyyaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>