Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 264155
Collapse All | Expand All

(-)Encode-Detect-1.01.ebuild (-2 / +7 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Encode-Detect/Encode-Detect-1.01.ebuild,v 1.2 2008/11/18 14:50:45 tove Exp $
3
# $Header: $
4
4
5
MODULE_AUTHOR=JGMYERS
5
MODULE_AUTHOR=JGMYERS
6
inherit perl-module
6
inherit perl-module flag-o-matic
7
7
8
DESCRIPTION="Encode::Detect - An Encode::Encoding subclass that detects the encoding of data"
8
DESCRIPTION="Encode::Detect - An Encode::Encoding subclass that detects the encoding of data"
9
9
Lines 16-18 Link Here
16
	virtual/perl-ExtUtils-CBuilder"
16
	virtual/perl-ExtUtils-CBuilder"
17
17
18
SRC_TEST=do
18
SRC_TEST=do
19
20
src_compile() {
21
	append-ldflags '-lstdc++'
22
	perl-module_src_compile
23
}

Return to bug 264155