diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-29 17:31:25 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-29 17:31:25 +0800 |
commit | e4d237e146244f6db0e4008a3d8045b96bb665d2 (patch) | |
tree | 0399275ac9a3244693f4dd7162f864b189af109c /lang/php73 | |
parent | 37ce623e80919216f0d94342a7ccc901b269967b (diff) | |
download | freebsd-ports-gnome-e4d237e146244f6db0e4008a3d8045b96bb665d2.tar.gz freebsd-ports-gnome-e4d237e146244f6db0e4008a3d8045b96bb665d2.tar.zst freebsd-ports-gnome-e4d237e146244f6db0e4008a3d8045b96bb665d2.zip |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 1 | ||||
-rw-r--r-- | lang/php73/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 0580e66945ef..c98514eeb73a 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -11,6 +11,7 @@ MAINTAINER= tz@FreeBSD.org COMMENT= PHP Scripting Language LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE USES+= tar:xz cpe gnome CPE_PRODUCT= php diff --git a/lang/php73/pkg-descr b/lang/php73/pkg-descr index a53cdb1bde68..ea14e767e1c9 100644 --- a/lang/php73/pkg-descr +++ b/lang/php73/pkg-descr @@ -5,4 +5,4 @@ Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. -WWW: http://www.php.net/ +WWW: https://www.php.net/ |