summaryrefslogtreecommitdiff
blob: 09efca44082d246ad3bf4ae05661a8aa35b92f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit php-pear-r2

DESCRIPTION="An interface for creating and retrieving TinyURLs with their API"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-lang/php:*[curl]"