diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-03-02 21:26:38 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-03-02 21:26:38 +0000 |
commit | cb6e857a92ba91ddabf72afc8e8891f961c65511 (patch) | |
tree | e4284d3213b60d4fdfb1fcf9d7e9f234e070578a | |
parent | - Update to 0.05 (diff) |
- Update to 0.29
- Fix dependencies
PR: ports/120699
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Notes
Notes:
svn path=/head/; revision=208350
-rw-r--r-- | www/p5-HTTP-Server-Simple/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile index 6e243b41c9c3..37c8f31c92b0 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.27 +PORTVERSION= 0.29 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTP @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A very simple standalone HTTP daemon +RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= HTTP::Server::Simple.3 \ diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo index 444e700efc4a..7dcdd3003f3c 100644 --- a/www/p5-HTTP-Server-Simple/distinfo +++ b/www/p5-HTTP-Server-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (HTTP-Server-Simple-0.27.tar.gz) = 0c197222646d7f6b34800b9e69aae0b0 -SHA256 (HTTP-Server-Simple-0.27.tar.gz) = 5848cc49e600795e22db40c2aafc1e6d0da5bd6b04aa29f98393adf2fddf000f -SIZE (HTTP-Server-Simple-0.27.tar.gz) = 23330 +MD5 (HTTP-Server-Simple-0.29.tar.gz) = 51389b73419e56f922beef1e1b005d67 +SHA256 (HTTP-Server-Simple-0.29.tar.gz) = 631451ae03b80a725ecf66a6ee277942677b272faf6474ec76dc6c0db6834a54 +SIZE (HTTP-Server-Simple-0.29.tar.gz) = 24758 |