diff options
Diffstat (limited to 'mail/sieve-connect/Makefile')
-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 |