summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild')
-rw-r--r--dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild
new file mode 100644
index 000000000000..5a648c18153c
--- /dev/null
+++ b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.1 2007/01/25 19:30:37 ian Exp $
+
+inherit perl-module
+
+DESCRIPTION="GD::Barcode - Create barcode image with GD"
+HOMEPAGE="http://search.cpan.org/~kwitknr/${P}/"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWITKNR/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+