blob: ae065f6a565c77cb533c0c0b32a1619a32ca23da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= anyconfig
PORTVERSION= 0.9.11
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Generic access to configuration files in many formats
WWW= https://pypi.org/project/anyconfig/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|