diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-10 16:00:25 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-10 16:00:25 +0000 |
commit | 809e10b4e0052431a30a6740ae2ab051d18852b9 (patch) | |
tree | c8bf3fd26aa0a883de1eadaaa0b659414cbb0254 /eclass | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-809e10b4e0052431a30a6740ae2ab051d18852b9.tar.gz gentoo-2-809e10b4e0052431a30a6740ae2ab051d18852b9.tar.bz2 gentoo-2-809e10b4e0052431a30a6740ae2ab051d18852b9.zip |
Added missing LICENSE definition
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index b5c8e11b4566..9fbece1ebdef 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.2 2004/07/10 15:22:24 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.3 2004/07/10 16:00:25 stuart Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -20,6 +20,7 @@ INHERITED="$INHERITED $ECLASS" # set MY_P in the ebuild HOMEPAGE="http://www.php.net/" +LICENSE="PHP" SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" IUSE="${IUSE} adabas bcmath birdstep bzlib calendar cpdflib crypt ctype curl curlwrappers db2 dbase dbmaker dbx dio esoob exif fam frontbase fdftk filepro ftp gmp hyperwave-api iconv informix ingres interbase iodbc libedit mcve mhash ming mnogosearch msession msql mssql mysql ncurses nls nis oci8 oracle7 ssl ovrimos pcre pfpro postgres posix readline recode sapdb session shared simplexml snmp soap sockets solid spell spl ssl sybase sybase-ct sysvipc tidy tokenizer truetype odbc wddx xsl xml2 xmlrpc zlib dba cdb berkdb flatfile gdbm inifile qdbm empress empress-bcs gd gd-external imap kerberos ssl ldap sasl pcntl mmap sqlite" |