pkgsrc/mail/pear-Mail_Mime/Makefile
taca c192cf7ad3 mail/pear-Mail_Mime: update to 1.0.11
1.0.11 (2021-09-05)

* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type
  string is deprecated [alec]
* Fix encoding recipient names with @ character and no space between name
  and address [alec]
* Fix the license label in composer.json [jnkowa-gfk]
2021-09-06 15:07:26 +00:00

13 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.39 2021/09/06 15:07:26 taca Exp $
DISTNAME= Mail_Mime-1.10.11
CATEGORIES+= mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to create and manipulation of mime messages
LICENSE= modified-bsd
CONFLICTS= php-pear-Mail_Mime-[0-9]*
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"