diff options
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 26 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/pkg-descr | 15 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/pkg-plist | 3 |
5 files changed, 46 insertions, 0 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile new file mode 100644 index 000000000000..1ed20c3582c8 --- /dev/null +++ b/mail/p5-MIME-Lite/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-MIME-Lite +# Version required: 1.135 +# Date created: August 3, 1999 +# Whom: Alex Perel <veers@disturbed.net> +# +# $Id$ +# + +DISTNAME= MIME-Lite-1.135 +PKGNAME= p5-MIME-Lite-1.135 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MIME + +MAINTAINER= veers@disturbed.net + +USE_PERL5= YES + +MAN3= MIME::Lite.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo new file mode 100644 index 000000000000..a79819cacf02 --- /dev/null +++ b/mail/p5-MIME-Lite/distinfo @@ -0,0 +1 @@ +MD5 (MIME-Lite-1.135.tar.gz) = 9a2699d47a7618da11a57e160c4f60e7 diff --git a/mail/p5-MIME-Lite/pkg-comment b/mail/p5-MIME-Lite/pkg-comment new file mode 100644 index 000000000000..d7afa5d6f314 --- /dev/null +++ b/mail/p5-MIME-Lite/pkg-comment @@ -0,0 +1 @@ +A simple interface for creating (not parsing!) MIME messages diff --git a/mail/p5-MIME-Lite/pkg-descr b/mail/p5-MIME-Lite/pkg-descr new file mode 100644 index 000000000000..075aa53c934c --- /dev/null +++ b/mail/p5-MIME-Lite/pkg-descr @@ -0,0 +1,15 @@ +MIME::Lite is intended as a simple, standalone module for generating +(not parsing!) MIME messages... specifically, it allows you to output a +simple, decent single- or multi-part message with text or binary +attachments. It does not require that you have the Mail:: or MIME:: +modules installed. + +To use the built-in SMTP interface (and thereby avoid calling sendmail) please +install the Net module through ports/net/p5-Net, or stand alone. This package +will contain the Net::SMTP code required. + +If you need more sophisticated behaviour from MIME, please install the +MIME::tools package instead. + +-- Alex Perel + <veers@disturbed.net> diff --git a/mail/p5-MIME-Lite/pkg-plist b/mail/p5-MIME-Lite/pkg-plist new file mode 100644 index 000000000000..62e0aa7a6efb --- /dev/null +++ b/mail/p5-MIME-Lite/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/MIME/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Lite/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Lite |