freebsd-ports/devel/py-argparse/Makefile
Li-Wen Hsu 436c7cff77 - Unbreak, change MASTER_SITES to the one has the correct checksum value
(contents in the both distfiles are the same, but rolled in different way)
2009-11-13 17:50:32 +00:00

26 lines
572 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= 1.0.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
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>