aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-kombu/Makefile
blob: 83e6917d2cbce30bbdb3703ae99f37d4bc71e521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    kombu
# Date created:             18 March 2011
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   kombu
PORTVERSION=    1.1.6
CATEGORIES= net python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= clsung@FreeBSD.org
COMMENT=    An AMQP messaging framework for Python

LICESNSE=   BSD

USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes

.include <bsd.port.mk>