diff options
Diffstat (limited to 'lang/php72/Makefile')
-rw-r--r-- | lang/php72/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 50e3fdc9c1c..d97a9377d75 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2019/05/23 19:23:03 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2019/07/03 07:30:50 nia Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -HOMEPAGE= http://www.php.net/ +HOMEPAGE= https://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 7.2 LICENSE= php |