freebsd-ports/devel/py-getargs/Makefile
Renato Botelho c802285ef3 - Update to 2.14
PR:		ports/86056
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-13 12:41:07 +00:00

22 lines
437 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-getargs
# Date created: Feb 2, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= getargs
PORTVERSION= 2.14
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>