18 lines
393 B
Makefile
18 lines
393 B
Makefile
# Created by: Dan Langille <dvl@FreeBSD.org>
|
|
|
|
PORTNAME= anyconfig
|
|
PORTVERSION= 0.9.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Generic access to configuration files in many formats
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|