pkgsrc-wip/p5-Email-MIME-ContentType/Makefile
Roman Kulik 0c1af28e8e This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.

WWW: http://search.cpan.org/dist/Email-MIME-ContentType/
2005-08-26 21:38:00 +00:00

15 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
DISTNAME= Email-MIME-ContentType-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Email-MIME-ContentType/
COMMENT= Parse a MIME Content-Type Header
PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"