diff options
author | swills <swills@FreeBSD.org> | 2012-01-06 04:27:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-06 04:27:18 +0800 |
commit | be6dbe8c6b6c28095b3ac06ae4de14878d3f719b (patch) | |
tree | 4504bc6e5711f6d3411dc7166b83ebd672d41cc8 | |
parent | d639372db9fe7cdbc39fb97dceb27579a704293e (diff) | |
download | freebsd-ports-gnome-be6dbe8c6b6c28095b3ac06ae4de14878d3f719b.tar.gz freebsd-ports-gnome-be6dbe8c6b6c28095b3ac06ae4de14878d3f719b.tar.zst freebsd-ports-gnome-be6dbe8c6b6c28095b3ac06ae4de14878d3f719b.zip |
- Add missing DEPENDS to allow the module to work, silence build
warning and allow testing
- Bump PORTREVISION due to added dependency
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index c3d85b083698..0fef3e5e8f39 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpsmtpd PORTVERSION= 0.84 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= http://smtpd.develooper.com/files/ PKGNAMEPREFIX= p5- @@ -15,7 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API -RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin +BUILD_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ + p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Net-DNS>=0.39:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ + p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS = MODPERL "Enable Apache Support via mod_perl" On |