1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/mail/py-milter/Makefile
Tilman Keskinoz ef9850210c Upgrade to 0.6.9
PR:		65907
Submitted by:	Georg Graf
2004-04-29 13:20:26 +00:00

26 lines
566 B
Makefile

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