blob: 7ba279a4496f6ae7db667261c2bed2f7243e61ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/perlsieve/perlsieve-0.4.9b.ebuild,v 1.1 2003/07/20 14:01:30 mcummings Exp $
inherit perl-module
S=${WORKDIR}/perlsieve-0.4.9
DESCRIPTION="Access Sieve services"
SRC_URI="http://lists.opensoftwareservices.com/websieve/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/websieve/"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="x86 ~amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc"
|