diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 10:43:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 10:43:59 +0800 |
commit | b9977fa1015df1e2c1251e84f998e92f759524bf (patch) | |
tree | 49e4b1cc97ebb617ff3bb08b92edc6cf18a44e98 /www | |
parent | 85df48202d3e76c6c381299f7acb692afbb7ae8e (diff) | |
download | freebsd-ports-gnome-b9977fa1015df1e2c1251e84f998e92f759524bf.tar.gz freebsd-ports-gnome-b9977fa1015df1e2c1251e84f998e92f759524bf.tar.zst freebsd-ports-gnome-b9977fa1015df1e2c1251e84f998e92f759524bf.zip |
- Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION
PR: ports/166263
Approved by: maintainer timeout (hartzell@alerce.com, >2 weeks)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Application-Server/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/p5-CGI-Application-Server/Makefile b/www/p5-CGI-Application-Server/Makefile index 3eb36e47c895..acbf900e3571 100644 --- a/www/p5-CGI-Application-Server/Makefile +++ b/www/p5-CGI-Application-Server/Makefile @@ -7,6 +7,7 @@ PORTNAME= CGI-Application-Server PORTVERSION= 0.062 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= hartzell@alerce.com COMMENT= A simple HTTP server for developing with CGI::Application -RUN_DEPENDS= p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \ + p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \ p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ - p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \ + p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize PERL_MODBUILD= yes |