1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/py-pp/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

27 lines
586 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.4.1
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
post-patch:
${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' ${WRKSRC}/ppserver.py
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/ppserver.py ${PREFIX}/bin/
.include <bsd.port.mk>