diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-16 18:07:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-16 18:07:51 +0800 |
commit | 0dc225b93a05a9d257cd02cd06b722b5bd84474e (patch) | |
tree | 747f9a54d4ec77c490d473bffbd8356ab1867d39 /mail/p5-Mail-SendEasy/Makefile | |
parent | 4cbc814424daa1fa71d87e0afe2bc681e81a3887 (diff) | |
download | freebsd-ports-gnome-0dc225b93a05a9d257cd02cd06b722b5bd84474e.tar.gz freebsd-ports-gnome-0dc225b93a05a9d257cd02cd06b722b5bd84474e.tar.zst freebsd-ports-gnome-0dc225b93a05a9d257cd02cd06b722b5bd84474e.zip |
Add p5-Mail-SendEasy 1.2, send plain/html e-mails through SMTP servers.
PR: ports/100339
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'mail/p5-Mail-SendEasy/Makefile')
-rw-r--r-- | mail/p5-Mail-SendEasy/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/p5-Mail-SendEasy/Makefile b/mail/p5-Mail-SendEasy/Makefile new file mode 100644 index 000000000000..5aa8e2414ed5 --- /dev/null +++ b/mail/p5-Mail-SendEasy/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Mail-SendEasy +# Date created: 2006-07-15 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-SendEasy +PORTVERSION= 1.2 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Send plain/html e-mails through SMTP servers + +PERL_CONFIGURE= yes + +MAN3= Mail::SendEasy.3 Mail::SendEasy::AUTH.3 \ + Mail::SendEasy::SMTP.3 + +.include <bsd.port.mk> |