# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit cmake-utils python DESCRIPTION="A Free C++ Web Development Framework aimed for Rapid Web Application Development." HOMEPAGE="http://cppcms.sourceforge.net/wikipp/en/page/main" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="+cache +fcgi gcrypt +http icu +prefork_cache +scgi +tcpcache" DEPEND="sys-libs/zlib dev-libs/libpcre >=dev-lang/python-2.4