2003-04-01 14:32:57 +02:00
|
|
|
# New ports collection makefile for: Sendmail::Milter
|
|
|
|
# Date created: 25 March 2003
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Sendmail-Milter
|
|
|
|
PORTVERSION= 0.18
|
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-01 14:32:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-10 18:49:59 +01:00
|
|
|
MAINTAINER= marc@pilgerer.org
|
|
|
|
COMMENT= Module to write mail filters in Perl using sendmail's mail filter API
|
2003-05-07 02:12:29 +02:00
|
|
|
|
2003-04-01 14:32:57 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Sendmail::Milter.3
|
|
|
|
|
2006-12-10 18:49:59 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${PERL5})
|
|
|
|
PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit }'
|
|
|
|
.if ${PERLTHREADS} != "define"
|
|
|
|
IGNORE= requires perl to be built with -DWITH_THREADS
|
|
|
|
.endif
|
2007-01-27 00:46:47 +01:00
|
|
|
.else
|
|
|
|
IGNORE= requires an existing installation of perl, built with -DWITH_THREADS
|
2006-12-10 18:49:59 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|