freebsd-ports/mail/py-turbomail/Makefile
Pav Lucistnik 698872252a - Update to 3.0
PR:		ports/138233
Submitted by:	Wen Heping <wenheping@gmail.com>
Feature safe:	yes
2009-09-17 11:44:02 +00:00

28 lines
704 B
Makefile

# New ports collection makefile for: py-turbomail
# Date created: 2007-01-24
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= turbomail
PORTVERSION= 3.0
CATEGORIES= mail www python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TurboMail-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Multi-threaded mail queue manager for TurboGears applications
BUILD_DEPENDS= tg-admin:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS= ${BUILD_DEPENDS}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TurboMail
.include <bsd.port.mk>