21 lines
445 B
Makefile
21 lines
445 B
Makefile
# Created by: William Grzybowski <william88@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= billiard
|
|
PORTVERSION= 3.3.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Python multiprocessing fork with improvements and bugfixes
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_AUTOPLIST=yes
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|