Ticket #15534: Portfile

File Portfile, 673 bytes (added by hagedorn@…, 16 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     Mail-Sender 0.8.13
7name            p5-mail-sender
8maintainers     tcnj.edu:hagedorn
9description     Module for sending mails with attachments \
10                through an SMTP server
11long_description  \
12                  Mail-Sender provides an object oriented interface to \
13                  sending mails. It doesn't need any outer program. It \
14                  connects to a mail server directly from Perl, using \
15                  Socket.
16
17homepage          http://search.cpan.org/~jenda/${distname}/
18platforms         darwin
19
20checksums       md5 a30a7267995f7503724b3195ce9493bd\
21                sha1 02733c51a7a3149df176dc1ae19225580f498b46\
22                rmd160 a25a6b5271167ff3cc7d364b72452948d59b77a7
23