mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
0945ca80cc
PR: ports/168894 Submitted by: koobs <koobs.freebsd at gmail.com> Approved by: Georg Graf <georg at graf.priv.at> (maintainer)
33 lines
752 B
Makefile
33 lines
752 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.9.5
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= SOURCEFORGE
|
|
MASTER_SITE_SUBDIR= ${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYPORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= georg@graf.priv.at
|
|
COMMENT= Python interface to Sendmail milter API
|
|
|
|
LICENSE= GPLv2
|
|
|
|
.if !exists(/usr/lib/libmilter.so)
|
|
LIB_DEPENDS= milter:${PORTSDIR}/mail/sendmail
|
|
.endif
|
|
|
|
PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}
|
|
|
|
DIST_SUBDIR= python
|
|
USE_PYTHON= 2.6-2.9
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= ${PYPORTNAME}
|
|
|
|
.include <bsd.port.mk>
|