diff options
Diffstat (limited to 'perl-core/PodParser/PodParser-1.37.ebuild')
-rw-r--r-- | perl-core/PodParser/PodParser-1.37.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/PodParser/PodParser-1.37.ebuild b/perl-core/PodParser/PodParser-1.37.ebuild new file mode 100644 index 000000000000..7c1b7d8eb2f2 --- /dev/null +++ b/perl-core/PodParser/PodParser-1.37.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.37.ebuild,v 1.1 2009/02/05 13:32:51 tove Exp $ + +MODULE_AUTHOR=MAREKR +MY_PN=Pod-Parser +MY_P=${MY_PN}-${PV} + +inherit perl-module + +DESCRIPTION="Base class for creating POD filters and translators" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR}/${MY_P} + +SRC_TEST="do" |