1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Roman Bogorodskiy 966f57235c Update to 0.8.1.
PR:		83508
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	Georg Graf (maintainer)
2005-07-16 05:42:10 +00:00

28 lines
626 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.8.1
CATEGORIES= mail python
MASTER_SITES= http://www.bmsi.com/python/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pymilter
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>