aboutsummaryrefslogblamecommitdiff
path: root/devel/py-argparse/Makefile
blob: 791c4a2ce3c19a34eb3ef9a56ff70cc3e9f55c42 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                              
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	argparse
PORTVERSION=	1.4.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
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>