diff options
author | taca <taca@pkgsrc.org> | 2022-05-22 14:15:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-05-22 14:15:36 +0000 |
commit | d8dfe31cbb64fcd8ad3a75b10647f4a5cf77790a (patch) | |
tree | d2f2ca6622bb23fe81e5081098c7862b85e2c071 /net/php-xmlrpc | |
parent | b17e7d78326455a67ab390832a437d1ff9eb19a9 (diff) | |
download | pkgsrc-d8dfe31cbb64fcd8ad3a75b10647f4a5cf77790a.tar.gz |
net/php-xmlrpc: is not supported PHP 8 and later
php80 and php81 droped xmlrpc extension.
Diffstat (limited to 'net/php-xmlrpc')
-rw-r--r-- | net/php-xmlrpc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/php-xmlrpc/Makefile b/net/php-xmlrpc/Makefile index 4fcbb468194..c879380f7d9 100644 --- a/net/php-xmlrpc/Makefile +++ b/net/php-xmlrpc/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/22 14:15:36 taca Exp $ MODNAME= xmlrpc CATEGORIES+= net COMMENT= PHP extension for XML-RPC support PKGREVISION= 5 +PHP_VERSIONS_ACCEPTED= 56 74 + CONFLICTS= php-xmlrpc-[0-9]* HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ |