mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
04b99f7cc7
Approved by: sem (mentor)
25 lines
501 B
Makefile
25 lines
501 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@FreeBSD.org
|
|
COMMENT= Interpolated Strings
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|