freebsd-ports/devel/py-getargs/Makefile
Erwin Lansing 4451d998d8 - Deprecate
- Set EXPIRATION_DATE

PR:		106321
Submitted by:	gabor
2006-12-04 21:10:31 +00:00

26 lines
512 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
DEPRECATED= distfile and homepage disappeared
EXPIRATION_DATE= 2007-01-04
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>