diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 22:08:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 22:08:41 +0800 |
commit | 83a3a591470ec2348543b5740f8523956a64e224 (patch) | |
tree | 52db3f62e331d3f412c712c5e8afe6521fb4e969 /mail | |
parent | cf48048af938db4b429bd2e0dbe4f204bc9b70c3 (diff) | |
download | freebsd-ports-gnome-83a3a591470ec2348543b5740f8523956a64e224.tar.gz freebsd-ports-gnome-83a3a591470ec2348543b5740f8523956a64e224.tar.zst freebsd-ports-gnome-83a3a591470ec2348543b5740f8523956a64e224.zip |
- Remove leading indefinite article from COMMENT
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index e7dc7975a267..9093497ad1f6 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX?= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan MAINTAINER?= perl@FreeBSD.org -COMMENT?= A highly efficient mail filter for identifying spam +COMMENT?= Highly efficient mail filter for identifying spam LICENSE= APACHE20 @@ -105,24 +105,12 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .if ${PORT_OPTIONS:MRAZOR} RUN_DEPENDS+= razor-agents>=2.84:${PORTSDIR}/mail/razor-agents .else -.if ${PERL_LEVEL} < 501000 -.if ! ${PORT_OPTIONS:MDKIM} -RUN_DEPENDS+= p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 -.endif -.endif .endif .if ${PORT_OPTIONS:MDKIM} RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -. if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -. endif RUN_DEPENDS+= p5-Mail-DKIM>=0.37:${PORTSDIR}/mail/p5-Mail-DKIM -. if ${PERL_LEVEL} < 501400 -RUN_DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA -. else RUN_DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.26_1:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA -. endif .endif .if ${PORT_OPTIONS:MSACOMPILE} |