Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -6,6 +6,8 @@ wrksrc="HTTP-Daemon-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTTP-Message perl-LWP-MediaTypes"
depends="${makedepends}"
noarch="yes"
short_desc="HTTP::Daemon - a simple http server class"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/dist/HTTP-Message"
@ -16,11 +18,3 @@ long_desc="
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
socket for incoming requests. The HTTP::Daemon is a subclass of
IO::Socket::INET, so you can perform socket operations directly on it too."
perl-HTTP-Daemon_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove all
}
}