pkgsrc/mail/p5-Email-MIME-ContentType/Makefile
wiz a779b1fdca p5-Email-MIME-ContentType: update to 1.024.
1.024     2020-05-24 10:19:20-04:00 America/New_York
        - no changes since stable release

1.023     2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
        - All of this release is thanks to Pali Rohár, who suffered through a
          long period of waiting while RJBS, the maintainer, let the module
          languish.  Thank you for your patience, Pali and everybody else.

        - silence an uninitalized value warning
        - avoid allowing non-Latin digits in numbers
        - add new functions build_content_type() and build_content_disposition
2020-09-07 11:29:07 +00:00

18 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.23 2020/09/07 11:29:07 wiz Exp $
DISTNAME= Email-MIME-ContentType-1.024
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Email-MIME-ContentType
COMMENT= Perl module for parsing a MIME Content-Type header
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"