diff options
Diffstat (limited to 'dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild')
-rw-r--r-- | dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild new file mode 100644 index 000000000000..bed552d3d699 --- /dev/null +++ b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/Hook-LexWrap-0.21.ebuild,v 1.1 2008/12/08 02:19:36 robbat2 Exp $ + +MODULE_AUTHOR="CHORNY" +MODULE_A="${P}.zip" +inherit perl-module + +DESCRIPTION="Lexically scoped subroutine wrappers" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |