aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Server-Simple
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-10-13 18:41:56 +0000
committerLars Thegler <lth@FreeBSD.org>2005-10-13 18:41:56 +0000
commit1285c892f07783e3c4c5f8f208126f1eb230e2cf (patch)
tree83a3209c0cc3064250ec1bd8f1c6cdebbe85db4c /www/p5-HTTP-Server-Simple
parent0bee0c95d2341cfb6ff25504bd33cf8b00d67319 (diff)
downloadports-1285c892f07783e3c4c5f8f208126f1eb230e2cf.tar.gz
ports-1285c892f07783e3c4c5f8f208126f1eb230e2cf.zip
Notes
Diffstat (limited to 'www/p5-HTTP-Server-Simple')
-rw-r--r--www/p5-HTTP-Server-Simple/Makefile5
-rw-r--r--www/p5-HTTP-Server-Simple/distinfo4
-rw-r--r--www/p5-HTTP-Server-Simple/pkg-plist2
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile
index c2304a62e90b..05f31f4531d4 100644
--- a/www/p5-HTTP-Server-Simple/Makefile
+++ b/www/p5-HTTP-Server-Simple/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTTP-Server-Simple
-PORTVERSION= 0.13
+PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
@@ -18,7 +18,8 @@ COMMENT= A very simple standalone HTTP daemon
PERL_CONFIGURE= yes
MAN3= HTTP::Server::Simple.3 \
- HTTP::Server::Simple::CGI.3
+ HTTP::Server::Simple::CGI.3 \
+ HTTP::Server::Simple::CGI::Environment.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo
index e02a3d7a4ccf..d8f458d6cdce 100644
--- a/www/p5-HTTP-Server-Simple/distinfo
+++ b/www/p5-HTTP-Server-Simple/distinfo
@@ -1,2 +1,2 @@
-MD5 (HTTP-Server-Simple-0.13.tar.gz) = 475bdbbaa80717bb0b7157088fddfe8c
-SIZE (HTTP-Server-Simple-0.13.tar.gz) = 18096
+MD5 (HTTP-Server-Simple-0.15.tar.gz) = b98bf162561f31e01f7aa66fa1646165
+SIZE (HTTP-Server-Simple-0.15.tar.gz) = 18812
diff --git a/www/p5-HTTP-Server-Simple/pkg-plist b/www/p5-HTTP-Server-Simple/pkg-plist
index 5b6c8f3d1bff..5ffa8ef4cc6b 100644
--- a/www/p5-HTTP-Server-Simple/pkg-plist
+++ b/www/p5-HTTP-Server-Simple/pkg-plist
@@ -1,9 +1,11 @@
%%SITE_PERL%%/HTTP/Server/Simple.pm
%%SITE_PERL%%/HTTP/Server/Simple/CGI.pm
+%%SITE_PERL%%/HTTP/Server/Simple/CGI/Environment.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple/CGI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true