1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/py-qserve/Makefile
2012-07-24 04:58:27 +00:00

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>