summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:43:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:43:34 +0000
commitfe2f1bb446bb826cea56281f8ec61bf6bcb04968 (patch)
tree37f594450eeb25f75438763518d4420762c7cdce /dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
parentmirror:// fixes (diff)
downloadgentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.tar.gz
gentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.tar.bz2
gentoo-2-fe2f1bb446bb826cea56281f8ec61bf6bcb04968.zip
repoman'd
Diffstat (limited to 'dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild')
-rw-r--r--dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild b/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
new file mode 100644
index 000000000000..7cfbc19f83a8
--- /dev/null
+++ b/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild,v 1.9 2002/07/25 04:43:25 seemant Exp $
+
+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"
+SLOT="0"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+
+SLOT="1"
+LICENSE="Artistic"
+KEYWORDS="x86"
+
+SLOT="0"
+DEPEND="${DEPEND}
+ >=dev-perl/POP3Client-2.7
+ >=dev-perl/MailTools-1.15"