21 lines
382 B
Makefile
21 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.MailHost
|
|
PORTVERSION= 2.13.1
|
|
PORTREVISION= 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
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|