pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php Added variable descriptions for PHP extensions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/208935088988
branches:  trunk
changeset: 533497:208935088988
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 20 09:32:15 2007 +0000

description:
Added variable descriptions for PHP extensions.

diffstat:

 lang/php/ext.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4342eb3ddcd7 -r 208935088988 lang/php/ext.mk
--- a/lang/php/ext.mk   Thu Sep 20 09:11:07 2007 +0000
+++ b/lang/php/ext.mk   Thu Sep 20 09:32:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.18 2007/09/07 13:26:20 tnn Exp $
+# $NetBSD: ext.mk,v 1.19 2007/09/20 09:32:15 rillig Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -9,6 +9,11 @@
 .if !defined(PHPEXT_MK)
 PHPEXT_MK=     defined
 
+_VARGROUPS+=           phpext
+_USER_VARS.phpext=     # none
+_PKG_VARS.phpext=      MODNAME PECL_VERSION PKGMODNAME MODULESDIR
+_SYS_VARS.phpext=      DISTINFO_FILE PATCHDIR
+
 .if defined(PECL_VERSION)
 HOMEPAGE?=             http://pecl.php.net/package/${MODNAME}
 .endif



Home | Main Index | Thread Index | Old Index