freebsd-ports/mail/py-turbomail/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
559 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:www/py-turbogears
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>