You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild

32 lines
834 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild,v 1.1 2015/03/15 02:08:32 grknight Exp $
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."
}