diff options
author | perky <perky@FreeBSD.org> | 2004-12-01 15:09:16 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-12-01 15:09:16 +0000 |
commit | 3465ec80cc97fce32001b31f60cf79713425899e (patch) | |
tree | b5763b886b2fac5468d18f4797d038a959ced749 /lang/python27 | |
parent | 2bbe6b652108b44a504b7563159d5ea2ca474b84 (diff) | |
download | FreeBSD-ports-3465ec80cc97fce32001b31f60cf79713425899e.zip FreeBSD-ports-3465ec80cc97fce32001b31f60cf79713425899e.tar.gz |
IGNORE this port for a while. Some 2.5.a0 snapshot will be available
in this port soon.
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 4f544f6..0daa10b 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= 2.4.c1 +PORTVERSION= 2.5.a0.000000 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -14,6 +14,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language +IGNORE= is not available yet + DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes |