freebsd-ports/devel/py-repoze.tm2/Makefile
Martin Wilke eecdbb3487 repoze.tm2 is a middleware which uses the ZODB transaction manager
to wrap a call to its pipeline children inside a transaction.  This
is a fork of the repoze.tm package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on
ZODB).

WWW:	http://www.repoze.org/

PR:		ports/137601
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-08-13 16:41:18 +00:00

23 lines
563 B
Makefile

# New ports collection makefile for: py-repoze.tm2
# Date created: 9th August,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= repoze.tm2
PORTVERSION= 1.0a4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Zope-like transaction manager via WSGI middleware
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=1.0.0:${PORTSDIR}/devel/py-transaction
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>