freebsd-ports/devel/py-repoze.tm2/Makefile
Wen Heping 63b95c1234 - Update to 1.0a5
- Update my mail address to FreeBSD

Approved by:	mentors(implicit)
2009-10-08 02:36:21 +00:00

23 lines
559 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.0a5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
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>