d5876df737
- add them to virtual category `zope'
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# 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 zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@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>
|