perl-File-Listing: remove long_desc.
This commit is contained in:
parent
e306be0f1b
commit
0183ab2704
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl-File-Listing'.
|
||||
pkgname=perl-File-Listing
|
||||
version=6.04
|
||||
revision=1
|
||||
wrksrc="File-Listing-$version"
|
||||
revision=2
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="${hostmakedepends} perl-HTTP-Date"
|
||||
|
@ -14,6 +14,3 @@ homepage="http://search.cpan.org/dist/File-Listing"
|
|||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/File/File-Listing-$version.tar.gz"
|
||||
checksum=1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5
|
||||
long_desc="
|
||||
This module exports a single function called parse_dir(), which can be used
|
||||
to parse directory listings."
|
||||
|
|
Loading…
Reference in New Issue