mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1339cafcff
Parse command line arguments in sys.argv
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# 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>
|