mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
1b761f9789
PR: ports/121233 Submitted by: Kirk Strauser <kirk AT daycos.com>
21 lines
419 B
Makefile
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>
|