2006-12-12 21:40:41 +01:00
|
|
|
# New ports collection makefile for: py-milter
|
2002-06-26 20:25:56 +02:00
|
|
|
# Date created: 26 april 2002
|
|
|
|
# Whom: Vsevolod Lobko <seva@sevasoft.kiev.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= milter
|
2012-08-14 12:18:07 +02:00
|
|
|
PORTVERSION= 0.9.5
|
2002-06-26 20:25:56 +02:00
|
|
|
CATEGORIES= mail python
|
2012-08-14 12:18:07 +02:00
|
|
|
MASTER_SITES= SOURCEFORGE
|
|
|
|
MASTER_SITE_SUBDIR= ${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
|
2002-06-26 20:25:56 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2012-08-14 12:18:07 +02:00
|
|
|
DISTNAME= ${PYPORTNAME}-${PORTVERSION}
|
2002-06-26 20:25:56 +02:00
|
|
|
|
2003-03-26 10:32:56 +01:00
|
|
|
MAINTAINER= georg@graf.priv.at
|
2012-08-14 12:18:07 +02:00
|
|
|
COMMENT= Python interface to Sendmail milter API
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2002-06-26 20:25:56 +02:00
|
|
|
|
|
|
|
.if !exists(/usr/lib/libmilter.so)
|
2012-08-14 12:18:07 +02:00
|
|
|
LIB_DEPENDS= milter:${PORTSDIR}/mail/sendmail
|
2002-06-26 20:25:56 +02:00
|
|
|
.endif
|
|
|
|
|
2012-08-14 12:18:07 +02:00
|
|
|
PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}
|
|
|
|
|
2002-06-26 20:25:56 +02:00
|
|
|
DIST_SUBDIR= python
|
2012-08-14 12:18:07 +02:00
|
|
|
USE_PYTHON= 2.6-2.9
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= ${PYPORTNAME}
|
2002-06-26 20:25:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|