pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/php-mailparse php-mailparse: Mark incompatible wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2915f4f7a6b4
branches:  trunk
changeset: 442830:2915f4f7a6b4
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 01 12:37:29 2020 +0000

description:
php-mailparse: Mark incompatible with PHP 5. Set LICENSE.

diffstat:

 mail/php-mailparse/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e43a0d8cce31 -r 2915f4f7a6b4 mail/php-mailparse/Makefile
--- a/mail/php-mailparse/Makefile       Tue Dec 01 12:29:47 2020 +0000
+++ b/mail/php-mailparse/Makefile       Tue Dec 01 12:37:29 2020 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2020/08/16 15:51:45 otis Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/01 12:37:29 nia Exp $
 
 MODNAME=               mailparse
 PECL_VERSION=          3.1.0
 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"



Home | Main Index | Thread Index | Old Index