freebsd-ports/mail/py-Products.SecureMailHost/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

19 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= Products.SecureMailHost
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= mail python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Reimplementation of the standard Zope2 MailHost
LICENSE= ZPL21
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>