diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
commit | f4d5d0243c318bdda81c53e0944663cb9caa2ec5 (patch) | |
tree | 218c1fc2f417916f22dfa2e63b9e9500b8909064 /dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild | |
parent | ppc fix for standalone mkisofs (diff) | |
download | gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.gz gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.bz2 gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.zip |
More conversions to eclasses
Diffstat (limited to 'dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild')
-rw-r--r-- | dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild new file mode 100644 index 000000000000..723d6c8e43a9 --- /dev/null +++ b/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild,v 1.1 2002/05/05 18:47:51 seemant Exp $ + +. /usr/portage/eclass/inherit.eclass +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +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" + +DEPEND="${DEPEND} + >=dev-perl/POP3Client-2.7 + >=dev-perl/MailTools-1.15" + +SLOT="2" |