diff options
author | dhn <dhn@FreeBSD.org> | 2012-03-06 13:54:34 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-03-06 13:54:34 +0800 |
commit | ca5dfa35d31c70db8055420f9a3cc6c8f0271661 (patch) | |
tree | 7a699ee4c8c72b8a34c97c734b9c563830634938 /mail | |
parent | 727db64cf5d1cf13bef5f7c6efb10f7a05bc8d2b (diff) | |
download | freebsd-ports-gnome-ca5dfa35d31c70db8055420f9a3cc6c8f0271661.tar.gz freebsd-ports-gnome-ca5dfa35d31c70db8055420f9a3cc6c8f0271661.tar.zst freebsd-ports-gnome-ca5dfa35d31c70db8055420f9a3cc6c8f0271661.zip |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/165667
Submitted by: Steve Wills <swills@freebsd.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 0a428afd6b4c..82118106c96f 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-Ezmlm PORTVERSION= 0.08.2 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,9 @@ DISTNAME= Ezmlm-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists -BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx +BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ + p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG +RUN_DEPENDS:= ${BUILD_DEPENDS} EZMLM_DIR?= ${LOCALBASE} |