aboutsummaryrefslogtreecommitdiff
path: root/devel/py-qserve/Makefile
blob: f1552875ed7961be382c3e4cf1dce2502ed91276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	qserve
PORTVERSION=	0.2.8
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Job queue server

USES=		python:2.7 zip
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>