1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-pp/Makefile
2017-11-30 06:09:27 +00:00

19 lines
377 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= pp
PORTVERSION= 1.6.6
CATEGORIES= devel python
MASTER_SITES= http://www.parallelpython.com/downloads/pp/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Parallel python execution server
LICENSE= BSD3CLAUSE
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>