diff options
author | tobez <tobez@FreeBSD.org> | 2007-05-31 18:18:28 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-05-31 18:18:28 +0800 |
commit | 08f9e472da640172cb7c847b55ae4105bbca8bd8 (patch) | |
tree | da4b3d2fcda1dbd839cacdf74a3e491b9bd7f15d /www/p5-Test-HTTP-Server-Simple | |
parent | b3660a0c26932d96474cb0fb5347aa7d03a449b5 (diff) | |
download | freebsd-ports-gnome-08f9e472da640172cb7c847b55ae4105bbca8bd8.tar.gz freebsd-ports-gnome-08f9e472da640172cb7c847b55ae4105bbca8bd8.tar.zst freebsd-ports-gnome-08f9e472da640172cb7c847b55ae4105bbca8bd8.zip |
Update to 0.05. Remove remnants of 4.X support.
Changes: http://search.cpan.org/src/JESSE/Test-HTTP-Server-Simple-0.05/Changes
Diffstat (limited to 'www/p5-Test-HTTP-Server-Simple')
-rw-r--r-- | www/p5-Test-HTTP-Server-Simple/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Test-HTTP-Server-Simple/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/www/p5-Test-HTTP-Server-Simple/Makefile b/www/p5-Test-HTTP-Server-Simple/Makefile index b5920d2b5142..f8c7ceb1bb8b 100644 --- a/www/p5-Test-HTTP-Server-Simple/Makefile +++ b/www/p5-Test-HTTP-Server-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-HTTP-Server-Simple -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -17,6 +17,7 @@ COMMENT= Test::More functions for HTTP::Server::Simple BUILD_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \ ${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} @@ -24,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= Test::HTTP::Server::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Test-HTTP-Server-Simple/distinfo b/www/p5-Test-HTTP-Server-Simple/distinfo index 76669d52cdf2..ffe74314a3fd 100644 --- a/www/p5-Test-HTTP-Server-Simple/distinfo +++ b/www/p5-Test-HTTP-Server-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-HTTP-Server-Simple-0.03.tar.gz) = bb23602669311fa2dd5a61bfc01e05dd -SHA256 (Test-HTTP-Server-Simple-0.03.tar.gz) = 5fc3fda9419118c5b50f152efd11e01b0eb8a133b88d8cb16017c0b0f8da3f6b -SIZE (Test-HTTP-Server-Simple-0.03.tar.gz) = 4827 +MD5 (Test-HTTP-Server-Simple-0.05.tar.gz) = d3a36cfff1dce31395f87c565d499295 +SHA256 (Test-HTTP-Server-Simple-0.05.tar.gz) = abd6e8b02afd439661b1a9a18f35a588ee9bc989d3cc5e9dbf2337e8e726efe0 +SIZE (Test-HTTP-Server-Simple-0.05.tar.gz) = 5839 |