mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
19 lines
384 B
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>
|