summaryrefslogtreecommitdiff
path: root/devel/py-argparse/Makefile
blob: c4c7d7ad2864e03a22d37c02fdfe2e8368fed681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	argparse
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Optparse-inspired command-line parsing library

LICENSE=	PSFL

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>