# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB/CDDB-1.12.ebuild,v 1.10 2004/10/16 23:57:20 rac Exp $ inherit perl-module S="${WORKDIR}/SerialPort-${PV}" DESCRIPTION="This module uses Win32API::CommPort for raw access to the API calls and related constants." SRC_URI="http://search.cpan.org/CPAN/authors/id/B/BB/BBIRTH/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~bbirth/Win32-SerialPort-0.19/lib/Win32/SerialPort.pm" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { perl ./Makefile.PL || die "The make failed!" perl ./test.pl || die "The make failed!" perl ./install.pl || die "The install.pl faild!" } #src_install() { # perl ./install.pl || die "The install.pl faild!" #}