3f6c422e36
- Lots of maintainers timeout - unresponsive for almost a year PR: 195059
16 lines
323 B
Makefile
16 lines
323 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pika
|
|
PORTVERSION= 0.9.14
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python AMQP Client Library
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|