pkgsrc/mail/p5-MIME-Types/Makefile
adrianp 541e01f612 - Update to 1.13
- [Ville Skyttä] and [Austing Ziegler] updated the type list to
	  IANA registry dated 2004-04-09.  Many changes to clean-up the
	  list, trying to find a good balance between IANA's rules and
	  common practice.
2004-12-29 13:21:44 +00:00

18 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/12/29 13:21:44 adrianp Exp $
DISTNAME= MIME-Types-1.13
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
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MIME/Types/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"