freebsd-ports/devel/py-istring/Makefile
Roman Bogorodskiy 2c9dba6112 - Distfile is avaible now, un-mark DEPRECATED
- Add one more mirror to MASTER_SITES
- Pass maintainership to submitter

PR:		83956
Submitted by:	Andrej Zverev <az@inec.ru>
2005-07-23 18:19:10 +00:00

24 lines
497 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/ \
http://core.inec.ru/~az/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= az@inec.ru
COMMENT= Interpolated Strings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>