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

PORTNAME=	gearman
PORTVERSION=	2.0.2
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Gearman Library for Python

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>