blob: 0d55bd891e10b4d233ede8317cf5e497e2f4628a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: py-Products.SecureMailHost
# Date created: Nov 9, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= Products.SecureMailHost
PORTVERSION= 1.1.2
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= rm@FreeBSD.org
COMMENT= Reimplementation of the standard Zope2 MailHost
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
.include <bsd.port.mk>
|