mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
54f88998bb
- use shortcut for MASTER_SITES - remove leading article from comment - do not use easy_install for port installation Submitted by: rm (myself) Approved by: zi (maintainer, by email)
24 lines
555 B
Makefile
24 lines
555 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qpid
|
|
PORTVERSION= 0.26
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= APACHE
|
|
MASTER_SITE_SUBDIR= ${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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
|
|
|
|
.include <bsd.port.mk>
|