mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
21 lines
363 B
Makefile
21 lines
363 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
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|