summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-01 12:37:29 +0000
committernia <nia@pkgsrc.org>2020-12-01 12:37:29 +0000
commit3837b999d3433ae06677750817f9eaca6efee3ea (patch)
treeb5d2bbe17f6f3cbc3f487cf567a0d9eec6734bc7 /mail
parentb35d53372bed629350df18e22aefbc085f0868da (diff)
downloadpkgsrc-3837b999d3433ae06677750817f9eaca6efee3ea.tar.gz
php-mailparse: Mark incompatible with PHP 5. Set LICENSE.
Diffstat (limited to 'mail')
-rw-r--r--mail/php-mailparse/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/php-mailparse/Makefile b/mail/php-mailparse/Makefile
index 87c1056acb1..12656430b0b 100644
--- a/mail/php-mailparse/Makefile
+++ b/mail/php-mailparse/Makefile
@@ -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"