aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-milter/Makefile
blob: 048cac9952b2b03a43ba0ec333ad4c5780015038 (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
25
# New ports collection makefile for:    py-miler
# Date created:         26 april 2002
# Whom:                 Vsevolod Lobko <seva@sevasoft.kiev.ua>
#
# $FreeBSD$
#

PORTNAME=   milter
PORTVERSION=    0.6.9
CATEGORIES= mail python
MASTER_SITES=   http://www.bmsi.com/python/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= georg@graf.priv.at
COMMENT=    Python interface to sendmail-8.1x milter API

.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>