ports/devel/py-cfgv/Makefile

19 lines
384 B
Makefile

PORTNAME= cfgv
PORTVERSION= 3.4.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Validate configuration and produce human readable error messages
WWW= https://github.com/asottile/cfgv
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>