mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
2cce93719d
- Specify USE_PYTHON versions according to upstream PR: ports/169099 Submitted by: koobs <koobs.freebsd@gmail.com>
21 lines
423 B
Makefile
21 lines
423 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.6.2
|
|
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= 2.5-2.7
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|