306e66af5d
Approved by: portmgr (implicit)
19 lines
371 B
Makefile
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>
|