diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-04-15 19:08:25 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-04-15 19:08:25 +0000 |
commit | a4f5e82143ac7c62f4f27d9b9ff3f93531679121 (patch) | |
tree | 0477cfccff6fb2c2e678461a13674b448c78bff4 /www/p5-HTTP-Daemon | |
parent | 4ff7a897d1771694aa28a9ee4cc6f6bdea43abfa (diff) | |
download | ports-a4f5e82143ac7c62f4f27d9b9ff3f93531679121.tar.gz ports-a4f5e82143ac7c62f4f27d9b9ff3f93531679121.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Daemon')
-rw-r--r-- | www/p5-HTTP-Daemon/Makefile | 26 | ||||
-rw-r--r-- | www/p5-HTTP-Daemon/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTTP-Daemon/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Daemon/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-HTTP-Daemon/Makefile b/www/p5-HTTP-Daemon/Makefile new file mode 100644 index 000000000000..c6a52bf3c837 --- /dev/null +++ b/www/p5-HTTP-Daemon/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-HTTP-Daemon +# Date created: 2011-04-15 +# Whom: Frederic Culot <culot@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Daemon +PORTVERSION= 6.00 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple HTTP server class + +RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ + p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ + p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes +BUILD_DEPENDS:= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTTP::Daemon.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Daemon/distinfo b/www/p5-HTTP-Daemon/distinfo new file mode 100644 index 000000000000..089dbe820423 --- /dev/null +++ b/www/p5-HTTP-Daemon/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTTP-Daemon-6.00.tar.gz) = 4801d349c52813a1e49d6b31962f45705bae76fb907279e75933596c04e0de89 +SIZE (HTTP-Daemon-6.00.tar.gz) = 18512 diff --git a/www/p5-HTTP-Daemon/pkg-descr b/www/p5-HTTP-Daemon/pkg-descr new file mode 100644 index 000000000000..ed339c3526ba --- /dev/null +++ b/www/p5-HTTP-Daemon/pkg-descr @@ -0,0 +1,4 @@ +This module is used to create HTTP/1.1 servers that listen on a socket +for incoming requests. + +WWW: http://search.cpan.org/dist/HTTP-Daemon/ diff --git a/www/p5-HTTP-Daemon/pkg-plist b/www/p5-HTTP-Daemon/pkg-plist new file mode 100644 index 000000000000..bac5e977cf8e --- /dev/null +++ b/www/p5-HTTP-Daemon/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTTP/Daemon.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Daemon/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Daemon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP +@dirrmtry %%SITE_PERL%%/HTTP |