freebsd-ports/devel/py-istring/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

22 lines
445 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= ports@FreeBSD.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>