diff options
Diffstat (limited to 'dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild')
-rw-r--r-- | dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild b/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild new file mode 100644 index 000000000000..e8cdc24c0f9c --- /dev/null +++ b/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="Web-application and persistance framework based on Ruby on Rails" +HOMEPAGE="http://www.phpontrax.com/" +SRC_URI="http://pear.phpontrax.com/get/${P}.tgz" + +LICENSE="MIT" +SLOT="0" +IUSE="+mysql postgres" + +KEYWORDS="~amd64 ~x86" + +REQUIRED_USE="|| ( mysql postgres )" + +RDEPEND="virtual/httpd-php:* + dev-lang/php:*[session,imap] + dev-php/PEAR-MDB2 + dev-php/PEAR-Mail + dev-php/PEAR-Mail_Mime + mysql? ( dev-php/PEAR-MDB2_Driver_mysql ) + postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )" + +pkg_postinst() { + ewarn "This packages requires that you enable mod_rewrite in apache-2." +} |