diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-01 22:09:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-01 22:09:31 +0800 |
commit | dc3e86c2e846391f25cd66ee42abc54e097495cb (patch) | |
tree | d32f88da0c1e087ad935d154e4f32b35a441966c /mail | |
parent | 3490efecab046a6074c13f19d57a10010359ed3f (diff) | |
download | freebsd-ports-gnome-dc3e86c2e846391f25cd66ee42abc54e097495cb.tar.gz freebsd-ports-gnome-dc3e86c2e846391f25cd66ee42abc54e097495cb.tar.zst freebsd-ports-gnome-dc3e86c2e846391f25cd66ee42abc54e097495cb.zip |
- Add missing dependency (p5-Error )
PR: 119998
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dkimproxy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index f636e0bf64d5..f32f507ad313 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -7,14 +7,16 @@ PORTNAME= dkimproxy PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://jason.long.name/dkimproxy/ +MASTER_SITES= SF MAINTAINER= yanagisawa@csg.is.titech.ac.jp COMMENT= DKIM filter for Postfix BUILD_DEPENDS= ${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \ - ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server + ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ + ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |