mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 lines
1.1 KiB
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 R 1.0
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran olafmersmann sendmailR 1.4-0
|
|
revision 2
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Send e-mail from R
|
|
long_description Package contains a simple SMTP client with minimal dependencies which provides a portable solution for sending e-mail, \
|
|
including file attachments and inline html reports, from within R. SMTP Authentication and SSL/STARTTLS is implemented using curl.
|
|
checksums rmd160 afd0a738cedaa55c90c2e2ab7fcedaed709e9183 \
|
|
sha256 5b8b91fc13f6b07b9fc5a2cf7591cf760fad47c5ea17d87a2891898c506454ad \
|
|
size 21265
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-base64enc
|
|
|
|
depends_test-append port:R-curl \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|