aboutsummaryrefslogblamecommitdiff
path: root/mail/p5-Sendmail-Milter/Makefile
blob: 4154d0b007e3376504a77c0e6c2c2bdbff91d8a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           


                               
                 
                          
                    

                   

                                                                                     
 

                         
 


                          

                                      

                                                     

                                                                            


                           
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Sendmail-Milter
PORTVERSION=	0.18
PORTREVISION=	1
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(${PERL5})
PERLTHREADS!=	${PERL} -V::usethreads
.if ${PERLTHREADS} != "'define';"
IGNORE=	requires perl to be built with -DWITH_THREADS
.endif
.else
IGNORE=	requires an existing installation of perl, built with -DWITH_THREADS
.endif

.include <bsd.port.post.mk>