436c7cff77
(contents in the both distfiles are the same, but rolled in different way)
26 lines
572 B
Makefile
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>
|