1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-istring/Makefile
Andrej Zverev a02df25c27 - Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
2006-02-22 08:35:50 +00:00

25 lines
473 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}
MAINTAINER= az@FreeBSD.org
COMMENT= Interpolated Strings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>