3b9e75e990
* application/smil is 8bit * application/x-javascript becomes application/javascript. * New MIME type: application/ecmascript
17 lines
446 B
Makefile
17 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/05/02 04:33:51 jlam Exp $
|
|
|
|
DISTNAME= MIME-Types-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://perl.overmeer.net/mimetypes/
|
|
COMMENT= Definition of MIME types
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/MIME/Types/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|