diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-25 14:55:17 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-25 14:55:17 +0000 |
commit | 506e1e158a5c3e9a39441df3bcf2ff6af3806cc8 (patch) | |
tree | 250cb300febc674cfb3af60ce9f3bb8271205c75 /mail/p5-qpsmtpd/Makefile | |
parent | 42acd5bafbbdae5cf01a2fdd0cd0bd2c1a7d9d6d (diff) |
Notes
Diffstat (limited to 'mail/p5-qpsmtpd/Makefile')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 00322b1a52ad..991da176ba06 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpsmtpd PORTVERSION= 0.40 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= http://smtpd.develooper.com/files/ PKGNAMEPREFIX= p5- @@ -27,7 +27,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Geo/IP.pm:${PORTSDIR}/net/p5-Geo-IP \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \ - clamd:${PORTSDIR}/security/clamav + ${SITE_PERL}/Clamd.pm:${PORTSDIR}/mail/p5-Clamd WRKSRC= ${WRKDIR}/${DISTNAME} PERL_CONFIGURE= yes @@ -43,7 +43,7 @@ MAN3= Qpsmtpd::Command.3 \ Qpsmtpd::Postfix.3 \ Apache::Qpsmtpd.3 -USE_RC_SUBR= qpsmtpd.sh +USE_RC_SUBR= qpsmtpd pre-configure: @${RM} ${WRKSRC}/plugins/milter |