You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
986 B
Tcl
28 lines
986 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Net-SMTP-TLS 0.12
|
|
revision 1
|
|
license {Artistic-1 GPL}
|
|
maintainers master-developer.com:macports openmaintainer
|
|
description Net::SMTP::TLS - An SMTP client supporting TLS and AUTH
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 0dbf85a683a9371a26f586cb831591881e46b7c4 \
|
|
sha256 efe772667ac37702b96b6db5297cc827427a3b3a3819b7a4315b08b9d444e4a5 \
|
|
size 5994
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-digest-hmac \
|
|
port:p${perl5.major}-io-socket-ssl \
|
|
port:p${perl5.major}-net-ssleay
|
|
|
|
supported_archs noarch
|
|
}
|