Info2: <<
Package: mime-lite-pm%type_pkg[perl]
Version: 3.030
Revision: 2
###
BuildDepends: fink (>= 0.24.12-1)
Depends: <<
	email-date-format-pm,
	mailtools-pm%type_pkg[perl],
	mime-types-pm,
	perl%type_pkg[perl]-core
<<
###
Source: mirror:cpan:authors/id/R/RJ/RJBS/MIME-Lite-%v.tar.gz
Source-Checksum: SHA256(8f39901bc580bc3dce69e10415305e4435ff90264c63d29f707b4566460be962)
PatchFile: %{ni}.patch
PatchFile-MD5: 144860f49c53cc7c5abd97af7410f830
###
InfoTest: <<
	TestDepends: <<
		test-pod-coverage-pm,
		test-pod-pm
	<<
<<
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
UpdatePOD: true
###
InstallScript: <<
	%{default_script}
	mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: COPYING LICENSE README
###
Description: Low-calorie MIME generator
DescDetail: <<
  In the never-ending quest for great taste with fewer calories, we
  proudly present: *MIME::Lite*.

  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.

  You can specify each message part as either the literal data itself (in
  a scalar or array), or as a string which can be given to open() to get a
  readable filehandle (e.g., "<filename" or "somecommand|").

  You don't need to worry about encoding your message data: this module
  will do that for you. It handles the 5 standard MIME encodings.

  If you need more sophisticated behavior, please get the MIME-tools
  package instead. I will be more likely to add stuff to that toolkit over
  this one.
<<
License: Artistic/GPL
Maintainer: Dustin Cartwright <dustinac@users.sourceforge.net>
Homepage: https://metacpan.org/dist/MIME-Lite/
<<