mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
20 lines
330 B
Makefile
20 lines
330 B
Makefile
# $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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|