diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-01 18:52:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-01 18:52:52 +0800 |
commit | 3f3b2b496f8cefe2572b6b49255bdd1591e148ba (patch) | |
tree | 94dd2b4207223972404f7a64d262d71ba7d3b508 /www/p5-HTTP-Server-Simple | |
parent | 8a64520e25a756b3cec579c312e7a2a62c13ef48 (diff) | |
download | freebsd-ports-gnome-3f3b2b496f8cefe2572b6b49255bdd1591e148ba.tar.gz freebsd-ports-gnome-3f3b2b496f8cefe2572b6b49255bdd1591e148ba.tar.zst freebsd-ports-gnome-3f3b2b496f8cefe2572b6b49255bdd1591e148ba.zip |
Update to 0.52
- Add removed Perl core module to *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/HTTP-Server-Simple/Changes
Diffstat (limited to 'www/p5-HTTP-Server-Simple')
-rw-r--r-- | www/p5-HTTP-Server-Simple/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple/distinfo | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile index 05865c6cc5fb..d2e4077e8021 100644 --- a/www/p5-HTTP-Server-Simple/Makefile +++ b/www/p5-HTTP-Server-Simple/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,10 @@ COMMENT= Simple standalone HTTP daemon LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo index 6b207cd08c69..cf5d6bd9dbc0 100644 --- a/www/p5-HTTP-Server-Simple/distinfo +++ b/www/p5-HTTP-Server-Simple/distinfo @@ -1,2 +1,3 @@ -SHA256 (HTTP-Server-Simple-0.51.tar.gz) = b9dc5c9f12c16ca39a96f0ede1e27a18a5594274ff8f583000788a7fca136dfb -SIZE (HTTP-Server-Simple-0.51.tar.gz) = 35056 +TIMESTAMP = 1491036906 +SHA256 (HTTP-Server-Simple-0.52.tar.gz) = d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c +SIZE (HTTP-Server-Simple-0.52.tar.gz) = 36722 |