opnsense-ports/devel/py-argparse/Makefile
Franco Fichtner 948d1a78c1 */*: sync with upstream
Taken from: FreeBSD
2017-05-11 13:55:08 +02:00

18 lines
356 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= argparse
PORTVERSION= 1.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Optparse-inspired command-line parsing library
LICENSE= PSFL
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>