Files
bsdports/python/py-configargparse/Makefile
2019-12-26 07:26:06 +00:00

22 lines
561 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/py-configargparse/Makefile 440849 2017-05-13 14:59:15Z sunpoet $
PORTNAME= configargparse
PORTVERSION= 0.12.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ConfigArgParse-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Drop-in replacement for argparse
#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>
#EOF