freebsd-ports/devel/py-argparse/Makefile
Li-Wen Hsu 1c7f695330 - Update to 0.8.0
- Use CHEESESHOP in MASTER_SITES
2007-06-01 08:09:11 +00:00

27 lines
610 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.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= An optparse-inspired command-line parsing library
USE_ZIP= yes
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \
%%PYTHON_SITELIBDIR%%/argparse.pyc \
%%PYTHON_SITELIBDIR%%/argparse.pyo
.include <bsd.port.mk>