1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/mail/py-milter/Makefile
Pav Lucistnik d5b9e58708 - Update to 0.8.2
PR:		ports/85908
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
Approved by:	Georg Graf <georg@graf.priv.at> (maintainer)
2005-09-10 20:14:50 +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.2
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.bmsi.com/python/
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>