mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5a83de259a
- Add LICENSE - Convert USE_PYDISTUTILS=easy_install to yes - Convert to PYDISTUTILS_AUToPLIST
26 lines
586 B
Makefile
26 lines
586 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}
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|