2019-12-15 19:15:48 +01:00
|
|
|
# $NetBSD: common.mk,v 1.8 2019/12/15 18:15:48 taca Exp $
|
2016-09-11 19:14:46 +02:00
|
|
|
# used by lang/php56/Makefile.common
|
|
|
|
# used by lang/php71/Makefile.common
|
2019-12-15 19:15:48 +01:00
|
|
|
# used by lang/php72/Makefile.common
|
|
|
|
# used by lang/php73/Makefile.common
|
|
|
|
# used by lang/php74/Makefile.common
|
2013-07-21 19:29:47 +02:00
|
|
|
#
|
|
|
|
.if !defined(PHPCOMMON_MK)
|
|
|
|
PHPCOMMON_MK= defined
|
|
|
|
|
2015-03-16 01:26:31 +01:00
|
|
|
DISTNAME?= php-${PHP_VERSION}
|
2013-07-21 19:29:47 +02:00
|
|
|
|
|
|
|
.if !defined(PECL_VERSION)
|
2019-04-07 07:03:41 +02:00
|
|
|
MASTER_SITES?= https://www.php.net/distributions/ \
|
|
|
|
https://uk.php.net/distributions/ \
|
|
|
|
https://de.php.net/distributions/ \
|
|
|
|
https://us.php.net/distributions/
|
2019-11-25 04:12:49 +01:00
|
|
|
EXTRACT_SUFX?= .tar.xz
|
2013-07-21 19:29:47 +02:00
|
|
|
.endif
|
|
|
|
|
2019-04-07 07:03:41 +02:00
|
|
|
HOMEPAGE?= https://www.php.net/
|
2013-07-21 19:29:47 +02:00
|
|
|
|
|
|
|
PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
|
|
|
|
PKG_SYSCONFVAR?= php
|
|
|
|
|
|
|
|
.include "../../lang/php/phpversion.mk"
|
|
|
|
.endif # PHPCOMMON_MK
|