diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | abf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch) | |
tree | 2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /mail | |
parent | 184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff) | |
download | ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.tar.gz ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Clamd/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Audit-Attach/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-IMAPTalk/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/renattach/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/mail/milter-greylist-devel/Makefile b/mail/milter-greylist-devel/Makefile index 7cd03a4dda02..4ba2d0be0e65 100644 --- a/mail/milter-greylist-devel/Makefile +++ b/mail/milter-greylist-devel/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pgollucci@FreeBSD.org COMMENT= Easy-to-use greylist milter for sendmail (development) +MAKE_JOBS_SAFE= yes + MAN5= greylist.conf.5 MAN8= milter-greylist.8 diff --git a/mail/p5-Clamd/Makefile b/mail/p5-Clamd/Makefile index e6f515c8692b..d17f6e6afc29 100644 --- a/mail/p5-Clamd/Makefile +++ b/mail/p5-Clamd/Makefile @@ -19,6 +19,8 @@ COMMENT= Clamd - Connect to a local clamd service and send commands RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav BUILD_DEPENDS= ${RUN_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Clamd.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Audit-Attach/Makefile b/mail/p5-Mail-Audit-Attach/Makefile index 210cf5ed590c..817c4e49e8bd 100644 --- a/mail/p5-Mail-Audit-Attach/Makefile +++ b/mail/p5-Mail-Audit-Attach/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Mail::Audit::Attach.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-IMAPTalk/Makefile b/mail/p5-Mail-IMAPTalk/Makefile index 4df4395d646c..6208f6a7e91c 100644 --- a/mail/p5-Mail-IMAPTalk/Makefile +++ b/mail/p5-Mail-IMAPTalk/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= IMAP client interface with lots of features +MAKE_JOBS_SAFE= yes + MAN3= Mail::IMAPTalk.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 23cf1e8f9ac0..2739c19dae65 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module implementing a simple, platform-independent mailer +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Mail::Sendmail.3 diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index a5eea7fb71f5..ef9a7b0429a0 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -18,6 +18,8 @@ COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} PERL_CONFIGURE= yes diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index fdcef1e1764e..c8ef4cadd510 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.pc-tools.net/files/unix/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Rename or remove certain attachments or kill entire messages +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes MAN1= renattach.1 |