diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-09-04 13:18:39 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-09-04 13:18:39 +0000 |
commit | bdc8dde6156456aa80f4d161a2c16ab276f220a2 (patch) | |
tree | 4c360e3090783aca9a93510b30970796b5f3d95f /mail/qmail-scanner1 | |
parent | a18e616bf230a154a3fc8f494474ed7a3f7db607 (diff) | |
download | ports-bdc8dde6156456aa80f4d161a2c16ab276f220a2.tar.gz ports-bdc8dde6156456aa80f4d161a2c16ab276f220a2.zip |
Notes
Diffstat (limited to 'mail/qmail-scanner1')
-rw-r--r-- | mail/qmail-scanner1/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/qmail-scanner1/Makefile b/mail/qmail-scanner1/Makefile index 41cf2b648d9b..c6dd3b3b6394 100644 --- a/mail/qmail-scanner1/Makefile +++ b/mail/qmail-scanner1/Makefile @@ -14,14 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} EXTRACT_SUFX= .tgz -MAINTAINER= jmelo@FreeBSD.org +MAINTAINER= lippe@freebsdbrasil.com.br COMMENT= Content/Anti-virus Scanner for qmail -MANUAL_PACKAGE_BUILD= Requires qmail built with non-standard setting - BUILD_DEPENDS= reformime:${PORTSDIR}/mail/maildrop \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +MANUAL_PACKAGE_BUILD= Requires qmail built with non-standard setting + +CONFLICTS= qmail-scanner-2.* + QMAIL_QUEUE= ${QMAIL_PREFIX}/bin/qmail-queue USE_PERL5= yes |