5d34edc751
3.1.1 (2020-09-16) - Fixed bug #74215: Memory leaks with mailparse (cmb) - Fixed bug #76498: Unable to use callable as callback (cmb) - Compatibility with 8.0.0beta4
13 lines
338 B
Makefile
13 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/01/03 07:48:26 taca Exp $
|
|
|
|
MODNAME= mailparse
|
|
PECL_VERSION= 3.1.1
|
|
CATEGORIES+= mail
|
|
COMMENT= PHP extension for email message manipulation
|
|
LICENSE= php
|
|
|
|
PHP_VERSIONS_INCOMPATIBLE= 56
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../converters/php-mbstring/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|