mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
25 lines
462 B
Makefile
25 lines
462 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amqp
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Low-level AMQP client for Python (fork of amqplib)
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
GH_ACCOUNT= celery
|
|
GH_PROJECT= py-${PORTNAME}
|
|
GH_COMMIT= 10f0ded
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|