blob: f54f280377655b013cbd7bd0d6471b61660779ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild,v 1.1 2011/12/05 15:47:22 tove Exp $
EAPI=4
MODULE_AUTHOR=ZOFFIX
MODULE_VERSION=0.004
inherit perl-module
DESCRIPTION="Paste to <http://pastebin.com> from Perl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/URI-1.35
>=dev-perl/libwww-perl-5.807"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
virtual/perl-Test-Simple
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)"
SRC_TEST="do"
|