opnsense-ports/devel/py-qpid/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

20 lines
459 B
Makefile

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