freebsd-ports/devel/py-qpid/Makefile

20 lines
447 B
Makefile
Raw Normal View History

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= qpid
2015-04-09 18:45:14 +02:00
PORTVERSION= 0.32
CATEGORIES= devel python
MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= zi@FreeBSD.org
COMMENT= Python library for qpid, a connection-oriented messaging API
LICENSE= APACHE20
2015-04-09 18:45:14 +02:00
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>