blob: a1160283385a69a5fa156a67488a906358649b95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= anyconfig
PORTVERSION= 0.9.11
PORTREVISION= 1
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|