diff options
author | 2003-12-07 08:02:02 +0000 | |
---|---|---|
committer | 2003-12-07 08:02:02 +0000 | |
commit | 3cf3907552a763117d4a2edebb4abee9d4d23234 (patch) | |
tree | 64c2d23997ed008582e05c2cb0c70627bd92155a /dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild | |
parent | initial import (diff) | |
download | gentoo-2-3cf3907552a763117d4a2edebb4abee9d4d23234.tar.gz gentoo-2-3cf3907552a763117d4a2edebb4abee9d4d23234.tar.bz2 gentoo-2-3cf3907552a763117d4a2edebb4abee9d4d23234.zip |
initial import
Diffstat (limited to 'dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild')
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild new file mode 100644 index 000000000000..96aa00e3c9e7 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.19.ebuild,v 1.1 2003/12/07 08:01:58 zhen Exp $ + +inherit perl-module + +DESCRIPTION="Perl Proc-Simple - Launch and control background processes." +HOMEPAGE="http://www.cpan.org/" +SRC_URI="http://www.cpan.org/modules/by-module/Proc/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" |