diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
commit | d6eb94a00231f69f7cafe15074076d95468988df (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /www | |
parent | cac6415533f6217327d3ba62d8b8231cbf4be182 (diff) | |
download | freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.gz freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.zst freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.zip |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Declare/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Authen/Makefile | 3 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-http10/Makefile | 3 | ||||
-rw-r--r-- | www/p5-ModPerl-VersionUtil/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-ForceEnv/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Protocol-SocketIO/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Protocol-XMLRPC/Makefile | 2 |
7 files changed, 8 insertions, 9 deletions
diff --git a/www/p5-HTML-Declare/Makefile b/www/p5-HTML-Declare/Makefile index f313e056e64f..af860360ca47 100644 --- a/www/p5-HTML-Declare/Makefile +++ b/www/p5-HTML-Declare/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A very simple micro language to generate HTML BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-HTTP-Server-Simple-Authen/Makefile b/www/p5-HTTP-Server-Simple-Authen/Makefile index 153e6a0992f6..2d36d27c0bc2 100644 --- a/www/p5-HTTP-Server-Simple-Authen/Makefile +++ b/www/p5-HTTP-Server-Simple-Authen/Makefile @@ -16,8 +16,7 @@ COMMENT= Authentication plugin for HTTP::Server::Simple BUILD_DEPENDS= p5-Authen-Simple>=0.4:${PORTSDIR}/security/p5-Authen-Simple \ p5-HTTP-Server-Simple>=0.16:${PORTSDIR}/www/p5-HTTP-Server-Simple -RUN_DEPENDS= p5-Authen-Simple>=0.4:${PORTSDIR}/security/p5-Authen-Simple \ - p5-HTTP-Server-Simple>=0.16:${PORTSDIR}/www/p5-HTTP-Server-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-LWP-Protocol-http10/Makefile b/www/p5-LWP-Protocol-http10/Makefile index db21f87047d8..6cd37a453a0b 100644 --- a/www/p5-LWP-Protocol-http10/Makefile +++ b/www/p5-LWP-Protocol-http10/Makefile @@ -16,8 +16,7 @@ COMMENT= Legacy HTTP/1.0 support for LWP BUILD_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>=6:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ - p5-libwww>=6:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-ModPerl-VersionUtil/Makefile b/www/p5-ModPerl-VersionUtil/Makefile index 0cbb33e28270..5789f0d9f0a2 100644 --- a/www/p5-ModPerl-VersionUtil/Makefile +++ b/www/p5-ModPerl-VersionUtil/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Makes it easier to investigate your mod_perl version -RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-Plack-Middleware-ForceEnv/Makefile b/www/p5-Plack-Middleware-ForceEnv/Makefile index ebea43f10d1b..daf76a12c621 100644 --- a/www/p5-Plack-Middleware-ForceEnv/Makefile +++ b/www/p5-Plack-Middleware-ForceEnv/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Force set environment variables for testing BUILD_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack -RUN_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-Protocol-SocketIO/Makefile b/www/p5-Protocol-SocketIO/Makefile index 0071244932e0..46c1b96e9758 100644 --- a/www/p5-Protocol-SocketIO/Makefile +++ b/www/p5-Protocol-SocketIO/Makefile @@ -18,7 +18,7 @@ COMMENT= Socket.IO protocol implementation LICENSE= ART20 BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/www/p5-Protocol-XMLRPC/Makefile b/www/p5-Protocol-XMLRPC/Makefile index fd525563fdcc..eb3e3b8fe43d 100644 --- a/www/p5-Protocol-XMLRPC/Makefile +++ b/www/p5-Protocol-XMLRPC/Makefile @@ -16,7 +16,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= XML-RPC implementation BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |