perl-XML-SAX-Base: remove long_desc.
This commit is contained in:
parent
57a47273bd
commit
5d99be0377
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-XML-SAX'.
|
# Template build file for 'perl-XML-SAX'.
|
||||||
pkgname=perl-XML-SAX-Base
|
pkgname=perl-XML-SAX-Base
|
||||||
version=1.08
|
version=1.08
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname#perl-}-$version"
|
wrksrc="${pkgname#perl-}-$version"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl>=5.18"
|
hostmakedepends="perl>=5.18"
|
||||||
|
@ -14,8 +14,3 @@ homepage="http://search.cpan.org/dist/XML-SAX-Base"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${CPAN_SITE}/XML/${pkgname#perl-}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/XML/${pkgname#perl-}-${version}.tar.gz"
|
||||||
checksum=666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e
|
checksum=666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e
|
||||||
long_desc="
|
|
||||||
This module has a very simple task - to be a base class for PerlSAX drivers
|
|
||||||
and filters. Its default behaviour is to pass the input directly to the output
|
|
||||||
unchanged. It can be useful to use this module as a base class so you don't
|
|
||||||
have to, for example, implement the characters() callback."
|
|
||||||
|
|
Loading…
Reference in a new issue