2011-11-09 08:57:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.MailHost
|
2015-07-04 23:07:29 +02:00
|
|
|
PORTVERSION= 2.13.2
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= mail python zope
|
2011-11-09 08:57:56 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-11-09 08:57:56 +01:00
|
|
|
COMMENT= Zope.sendmail integration for Zope 2
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
2015-07-04 23:07:29 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2011-11-09 08:57:56 +01:00
|
|
|
|
2015-07-04 23:07:29 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>0:${PORTSDIR}/devel/py-Acquisition \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>0:${PORTSDIR}/devel/py-DateTime \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}DocumentTemplate>0:${PORTSDIR}/devel/py-DocumentTemplate \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Persistence>0:${PORTSDIR}/devel/py-Persistence \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.deferredimport>0:${PORTSDIR}/devel/py-zope.deferredimport \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.sendmail>0:${PORTSDIR}/mail/py-zope.sendmail
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2014-10-21 19:10:06 +02:00
|
|
|
USES= python zip
|
2015-07-04 23:07:29 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2011-11-09 08:57:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|