blob: 0ad7b364f41dd7394e1afd3f103f5c77899f82b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Sendmail-Milter
PORTVERSION= 0.18
PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= marc@pilgerer.org
COMMENT= Module to write mail filters in Perl using sendmail's mail filter API
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if exists(${PERL})
PERLTHREADS!= ${PERL} -V::usethreads
.if ${PERLTHREADS} != "'define';"
IGNORE= requires perl to be built with -DWITH_THREADS
.endif
.endif
.include <bsd.port.post.mk>
|