freebsd-ports/devel/py-istring/Makefile
Sam Lawrance 0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00

26 lines
557 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-istring
# Date created: Apr 28, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= istring
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= http://www.neosynapse.net/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
DEPRECATED= "master site up but distfile unavailable"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
COMMENT= Interpolated Strings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>