1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/py-pp/Makefile
Li-Wen Hsu 1b761f9789 - Update to to 1.5.3
PR:		ports/121233
Submitted by:	Kirk Strauser <kirk AT daycos.com>
2008-02-29 21:11:44 +00:00

21 lines
419 B
Makefile

# New ports collection makefile for: py-pp
# Date created: Feb. 28, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= pp
PORTVERSION= 1.5.3
CATEGORIES= devel python
MASTER_SITES= http://www.parallelpython.com/downloads/pp/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Parallel python execution server
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>