blob: 3c6b8a9b98c95b8bc86a4bb8d337aa25482d7089 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=JENDA
DIST_VERSION=2.01
inherit perl-module
DESCRIPTION="Quick and dirty DTD Parser"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
|