mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
22 lines
395 B
Makefile
22 lines
395 B
Makefile
# New ports collection makefile for: py-qserve
|
|
# Date created: Oct 30, 2011
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qserve
|
|
PORTVERSION= 0.2.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Job queue server
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|