diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-02-16 12:48:42 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-02-16 12:48:42 +0000 |
commit | 42c5e00162520074c04f3b4fc58da25d73ed5ddb (patch) | |
tree | a22601cb4cfd2ac8e83f020f19581e8cc590fbf8 /dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild | |
parent | Fixed oopses with kernels >= 2.6.3 (diff) | |
download | historical-42c5e00162520074c04f3b4fc58da25d73ed5ddb.tar.gz historical-42c5e00162520074c04f3b4fc58da25d73ed5ddb.tar.bz2 historical-42c5e00162520074c04f3b4fc58da25d73ed5ddb.zip |
Runs with tests enabled, installs good and tested on x86 and sparc
Diffstat (limited to 'dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild')
-rw-r--r-- | dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild new file mode 100644 index 000000000000..d0f5ebbf8f46 --- /dev/null +++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.06.ebuild,v 1.1 2004/02/16 12:48:42 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Mail sorting/delivery module for Perl." +SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" + +SRC_TEST="do" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha" + +DEPEND="${DEPEND} + dev-perl/Getopt-Long + >=dev-perl/MailTools-1.15 + >=dev-perl/LockFile-Simple-0.2.5" |