summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-06 13:24:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-06 13:24:01 +0000
commit770e2ca285cdeeff834376203891f2cc93bd8b5a (patch)
treeb5ccb2f66231ac84e19c83ad9bad9227aa23ada5 /dev-perl/X500-DN/X500-DN-0.28.ebuild
parentnew version on cpan (Manifest recommit) (diff)
downloadgentoo-2-770e2ca285cdeeff834376203891f2cc93bd8b5a.tar.gz
gentoo-2-770e2ca285cdeeff834376203891f2cc93bd8b5a.tar.bz2
gentoo-2-770e2ca285cdeeff834376203891f2cc93bd8b5a.zip
missing dep for openca-req
Diffstat (limited to 'dev-perl/X500-DN/X500-DN-0.28.ebuild')
-rw-r--r--dev-perl/X500-DN/X500-DN-0.28.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/X500-DN/X500-DN-0.28.ebuild b/dev-perl/X500-DN/X500-DN-0.28.ebuild
new file mode 100644
index 000000000000..b6df3896800c
--- /dev/null
+++ b/dev-perl/X500-DN/X500-DN-0.28.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/X500-DN/X500-DN-0.28.ebuild,v 1.1 2004/06/06 13:24:01 mcummings Exp $
+
+inherit perl-module
+S=${WORKDIR}/${P}
+DESCRIPTION="handle X.500 DNs (Distinguished Names), parse and format them"
+SRC_URI="http://www.cpan.org/authors/id/R/RJ/RJOOP/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/~rjoop/${P}/"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+SRC_TEST="do"
+
+export OPTIMIZE="${CFLAGS}"