14 lines
397 B
Bash
14 lines
397 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
SWORD_MODULE="WebstersDict"
|
|
|
|
inherit sword-module
|
|
|
|
DESCRIPTION="Webster's Revised Unabridged Dictionary of the English Language
|
|
1913"
|
|
HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=WebstersDict"
|
|
LICENSE="public-domain"
|
|
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
|