2002-06-26 18:25:56 +00:00
|
|
|
# New ports collection makefile for: py-miler
|
|
|
|
# Date created: 26 april 2002
|
|
|
|
# Whom: Vsevolod Lobko <seva@sevasoft.kiev.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= milter
|
2003-09-27 21:45:33 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2002-06-26 18:25:56 +00:00
|
|
|
CATEGORIES= mail python
|
|
|
|
MASTER_SITES= http://www.bmsi.com/python/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2003-03-26 09:32:56 +00:00
|
|
|
MAINTAINER= georg@graf.priv.at
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Python interface to sendmail-8.1x milter API
|
2002-06-26 18:25:56 +00:00
|
|
|
|
|
|
|
.if !exists(/usr/lib/libmilter.so)
|
|
|
|
LIB_DEPENDS= milter.2:${PORTSDIR}/mail/sendmail
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DIST_SUBDIR= python
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|