aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-getargs/Makefile
blob: 82fb3406df5fb785f41afe74c48957a980407459 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# Ports collection makefile for:    py-getargs
# Date created:         Feb 2, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   getargs
PORTVERSION=    2.12
CATEGORIES= devel python
MASTER_SITES=   http://iamroot.beigetower.org/pkgs/getargs/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Parse command line arguments in sys.argv

USE_BZIP2=  yes
USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>