1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/mail/py-turbomail/Makefile
Marcus von Appen 306e66af5d - Convert ports of mail/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 17:10:06 +00:00

25 lines
571 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= turbomail
PORTVERSION= 3.0.3
PORTREVISION= 2
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
LICENSE= MIT
BUILD_DEPENDS= tg-admin:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>