pkgsrc/mail/p5-MIME-Types/Makefile
wiz 4cf3716a36 Update to 1.35:
version 1.35:
	- added video/webm and audio/webm, although not (yet) IANA registered.
	  [Kurian Jose Aerthail]

version 1.34: Thu Jan 12 11:16:07 CET 2012
	- subType() did not handle subType's with '+' in them.
	  [Roman V. Nikolaev]

version 1.33: Thu Jan 12 08:46:05 CET 2012
	- all openxmlformats are binary [Beverly Wang]
	- mediaType() and subType() did not handle subType's with dots
	  in them correctly. [Roman V. Nikolaev]

version 1.32: Thu Aug 18 23:30:25 CEST 2011
	- explain how to use MIME::Types in mod_perl, after complains
	  from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
	  [Hans Dieter Pearcey]
	- when you do not read the documentation about mod_perl/fork,
	  then it will work as ever but still inefficient.
2012-10-21 22:08:45 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.20 2012/10/21 22:08:45 wiz Exp $
DISTNAME= MIME-Types-1.35
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl.overmeer.net/mimetypes/
COMMENT= Definition of MIME types
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MIME/Types/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"