mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
62eb4d54c5
PR: ports/151855 Submitted by: wen
27 lines
569 B
Makefile
27 lines
569 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.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= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \
|
|
%%PYTHON_SITELIBDIR%%/argparse.pyc \
|
|
%%PYTHON_SITELIBDIR%%/argparse.pyo
|
|
|
|
.include <bsd.port.mk>
|