blob: ccf386b619b145460c9846d75095b5c9c2724534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= Products.MailHost
PORTVERSION= 2.13.1
CATEGORIES= mail python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope.sendmail integration for Zope 2
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
NO_STAGE= yes
.include <bsd.port.mk>
|