freebsd-ports/devel/py-argparse/Makefile
Dan Langille cd4259e24f Revive devel/py-argparse
Some ports need newer versions of py-argparse and Python 2.7 ships with 1.1

Approved by:	lwhsu (maintainer)
2017-05-11 18:14:51 +00: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>