diff options
Diffstat (limited to 'lang/diveintopython/Makefile')
-rw-r--r-- | lang/diveintopython/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index e9bbad61d8ee..dc2ff8e7e6cc 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-diveintopython -# Date created: 15 March 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# +# Created by: Johann Visagie <johann@egenetics.com> # $FreeBSD$ -# PORTNAME= diveintopython PORTVERSION= 5.4 @@ -25,6 +21,9 @@ EXTRACT_ONLY= ${DISTNAME}-html-${VERSIONSTR}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A free Python tutorial book that is "not For Dummies(tm)" +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + NO_BUILD= YES USE_ZIP= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html |