diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-10 13:30:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-10 13:30:30 +0000 |
commit | f17760f5e1abae17b691a6a1888d7761969afa14 (patch) | |
tree | a9bc3304a3676eea1b5d6d4a4e6473ea61c40267 /perl-core/PodParser/PodParser-1.38.ebuild | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-f17760f5e1abae17b691a6a1888d7761969afa14.tar.gz gentoo-2-f17760f5e1abae17b691a6a1888d7761969afa14.tar.bz2 gentoo-2-f17760f5e1abae17b691a6a1888d7761969afa14.zip |
Version bump. Cleanup
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core/PodParser/PodParser-1.38.ebuild')
-rw-r--r-- | perl-core/PodParser/PodParser-1.38.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/PodParser/PodParser-1.38.ebuild b/perl-core/PodParser/PodParser-1.38.ebuild new file mode 100644 index 000000000000..f517e1bd43e2 --- /dev/null +++ b/perl-core/PodParser/PodParser-1.38.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.38.ebuild,v 1.1 2009/02/10 13:30:30 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" |