freebsd-ports/devel/py-argparse/Makefile
Martin Wilke 146e3539c6 Argparse takes the best of the optparse command-line parsing module and brings
it new life. Argparse adds positional as well as optional arguments, the
ability to create parsers for sub-commands, more informative help and usage
messages, and much more. At the same time, it retains the ease and flexibility
of use that made optparse so popular.

WWW:	http://argparse.python-hosting.com/

PR:		ports/107556
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2007-01-05 22:35:33 +00:00

26 lines
599 B
Makefile

# New ports collection makefile for: py-argparse
# Date created: Jan. 05, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= argparse
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/a/argparse/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@lwhsu.org
COMMENT= An optparse-inspired command-line parsing library
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \
%%PYTHON_SITELIBDIR%%/argparse.pyc \
%%PYTHON_SITELIBDIR%%/argparse.pyo
.include <bsd.port.mk>