opnsense-ports/devel/py-configargparse/Makefile
Franco Fichtner 70984a1243 */*: sync with upstream
Taken from: FreeBSD
2015-12-10 08:14:22 +01:00

21 lines
462 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= configargparse
PORTVERSION= 0.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ConfigArgParse-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Drop-in replacement for argparse
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>