# ex:ts=8 # Ports collection makefile for: py-istring # Date created: Apr 28, 2002 # Whom: ijliao # # $FreeBSD: ports/devel/py-istring/Makefile,v 1.8 2006/02/22 08:35:49 az Exp $ # 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