mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8ed224bae1
PR: ports/107558 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer
28 lines
627 B
Makefile
28 lines
627 B
Makefile
# New ports collection makefile for: py-milter
|
|
# Date created: 26 april 2002
|
|
# Whom: Vsevolod Lobko <seva@sevasoft.kiev.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= milter
|
|
PORTVERSION= 0.8.7
|
|
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= 2.4
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|