summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-16 20:05:58 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-16 20:05:58 +0000
commite4413c27056a7749f31e9c9edfc676571015d6e6 (patch)
tree45ab3cf7e6f2e06fc2b41e34aef0011c2e8fe2f7 /dev-perl/Mail-Audit
parent*** empty log message *** (diff)
downloadhistorical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.gz
historical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.bz2
historical-e4413c27056a7749f31e9c9edfc676571015d6e6.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/Mail-Audit')
-rw-r--r--dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild31
-rw-r--r--dev-perl/Mail-Audit/files/digest-Mail-Audit-1.81
2 files changed, 32 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..361a88ee7f95
--- /dev/null
+++ b/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2000 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-1.8.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+CATEGORY="dev-perl"
+DESCRIPTION="Mail sorting/delivery module for Perl."
+SRC_URI="http://www.cpan.org/modules/by-module/Mail/${A}"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+
+DEPEND=">=sys-devel/perl-5
+ >=dev-perl/libnet-1.0703
+ >=dev-perl/POP3Client-2.7
+ >=dev-perl/MailTools-1.15"
+
+src_compile() {
+
+ perl Makefile.PL
+ try make
+ try make test
+
+}
+
+src_install () {
+
+ try make PREFIX=${D}/usr install
+ dodoc Changes MANIFEST README
+
+}
diff --git a/dev-perl/Mail-Audit/files/digest-Mail-Audit-1.8 b/dev-perl/Mail-Audit/files/digest-Mail-Audit-1.8
new file mode 100644
index 000000000000..ee9efa9b2c35
--- /dev/null
+++ b/dev-perl/Mail-Audit/files/digest-Mail-Audit-1.8
@@ -0,0 +1 @@
+MD5 e25d86cb65802e7272f2f6bf4d467d47 Mail-Audit-1.8.tar.gz