aboutsummaryrefslogtreecommitdiff
path: root/net/py-pybeanstalk/Makefile
blob: c6469be529c61fe2c1bfd6b7f8fc8126f9c64b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	pybeanstalk
PORTVERSION=	0.11.1
CATEGORIES=	net python
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pure python client library for beanstalkd queue

LICENSE=	GPLv2

USES=		python
USE_PYTHON=	distutils autoplist

WRKSRC=	${WRKDIR}/${PORTVERSION}

.include <bsd.port.mk>