sci-chemistry/icm: Remove last-rited pkg, #622414
[gentoo.git] / app-mobilephone / esms / esms-0.9.5.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=4
5
6 DESCRIPTION="A small console program to send SMS messages to Spanish cellular phones"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8 HOMEPAGE="http://esms.sourceforge.net"
9
10 KEYWORDS="~amd64 ppc sparc x86"
11 IUSE=""
12 LICENSE="GPL-2"
13 SLOT="0"
14
15 DEPEND=">=dev-perl/libwww-perl-5.64 \
16         >=dev-perl/HTML-Parser-3.26 \
17         >=dev-perl/HTML-Tree-3.11
18         >=dev-lang/perl-5.6.1"
19 RDEPEND="${DEPEND}"
20
21 src_compile() { :; }