diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/sieve-connect | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'mail/sieve-connect')
-rw-r--r-- | mail/sieve-connect/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile index 08152047ea4a..5474fac6f0aa 100644 --- a/mail/sieve-connect/Makefile +++ b/mail/sieve-connect/Makefile @@ -14,14 +14,14 @@ COMMENT= Command-line client for the MANAGESIEVE protocol LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ - p5-IO-Socket-SSL>=1.14:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Mozilla-PublicSuffix>=0:${PORTSDIR}/dns/p5-Mozilla-PublicSuffix \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-SSLeay>=1.37:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ + p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-IO-Socket-SSL>=1.14:security/p5-IO-Socket-SSL \ + p5-Mozilla-PublicSuffix>=0:dns/p5-Mozilla-PublicSuffix \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-SSLeay>=1.37:security/p5-Net-SSLeay \ + p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey USES= perl5 tar:bzip2 shebangfix SHEBANG_FILES= sieve-connect.pl |