diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-20 03:14:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-20 03:14:46 +0000 |
commit | e45d6a33957ebf8e0f9916927062c25e83b3dd80 (patch) | |
tree | 927b0c7261dd3bf9752e4fc1e61f6a2df14d98ae /dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild | |
parent | Dep for Mail-ListDetector (diff) | |
download | historical-e45d6a33957ebf8e0f9916927062c25e83b3dd80.tar.gz historical-e45d6a33957ebf8e0f9916927062c25e83b3dd80.tar.bz2 historical-e45d6a33957ebf8e0f9916927062c25e83b3dd80.zip |
Dep for Mail-Audit
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild')
-rw-r--r-- | dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild new file mode 100644 index 000000000000..9170bf794b3d --- /dev/null +++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/Mail-ListDetector-0.34.ebuild,v 1.1 2006/08/20 03:14:46 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for detecting mailing list messages" +SRC_URI="mirror://cpan/authors/id/M/MS/MSTEVENS/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" + +LICENSE="Artistic" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SLOT="0" +SRC_TEST="do" + +DEPEND="dev-perl/URI + dev-perl/Email-Valid + dev-perl/Email-Abstract + dev-lang/perl" |