diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:38:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:38:12 +0000 |
commit | e355e2f9b3b85f8776fca233238e21c84e1fa337 (patch) | |
tree | eae37d6d3f349b9cd7713cf95111ee4666326310 /dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild | |
parent | Version bump, compatible with latest ocaml. (Manifest recommit) (diff) | |
download | gentoo-2-e355e2f9b3b85f8776fca233238e21c84e1fa337.tar.gz gentoo-2-e355e2f9b3b85f8776fca233238e21c84e1fa337.tar.bz2 gentoo-2-e355e2f9b3b85f8776fca233238e21c84e1fa337.zip |
Bug 59148
Diffstat (limited to 'dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild')
-rw-r--r-- | dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild new file mode 100644 index 000000000000..9a172f9b71ee --- /dev/null +++ b/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild,v 1.1 2005/02/07 12:38:12 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Small SQL parser and engine" +SRC_URI="mirror://cpan/authors/id/J/JZ/JZUCKER/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JZ/JZUCKER/${P}.readme" + +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86" + +SRC_TEST="do" |