freebsd-ports/mail/py-turbomail/Makefile
Li-Wen Hsu 490de0564f - Update to 3.0.3
PR:		ports/140901
Submitted by:	wen
2010-01-31 08:21:21 +00:00

28 lines
706 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.3
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>