diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-08 13:07:28 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-08 13:07:28 +0000 |
commit | f1553234f748a1ab8cb1d343d5425f635467717e (patch) | |
tree | c04dc80db3830b73b14bda45e61ecc5dac8c7c33 /dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild | |
parent | Fix last version to use vorbis useflag instead of oggvorbis. (diff) | |
download | historical-f1553234f748a1ab8cb1d343d5425f635467717e.tar.gz historical-f1553234f748a1ab8cb1d343d5425f635467717e.tar.bz2 historical-f1553234f748a1ab8cb1d343d5425f635467717e.zip |
Initial ebuild.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild b/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild new file mode 100644 index 000000000000..248d9ee40947 --- /dev/null +++ b/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.2.ebuild,v 1.1 2006/03/08 13:07:28 sebastian Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Provides an OO interface to the PHP FTP functions." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +pkg_setup() { + require_php_with_use ftp +} |