summaryrefslogtreecommitdiff
path: root/debian/control
blob: ad391c5cac62d28dbdf0ae02d75155f28680817f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libnet-httpserver-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, liburi-perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Net-HTTPServer
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-httpserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-httpserver-perl.git

Package: libnet-httpserver-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
Description: extensible HTTP server framework for Perl
 Net::HTTPServer provides a light HTTP server. It can serve files, or
 can be configured to call Perl functions when a URL is accessed.
 .
 Net::HTTPServer basically turns a CGI script into a stand alone
 server. Useful for temporary services, mobile/local servers, or
 embedding an HTTP server into another program.