diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
commit | 7c228e4748d93ea5aaea790deb37da1914d3be1d (patch) | |
tree | e367f5eae2328aa800b87bb72b814849e1f1fd2f /www/p5-POE-Component-Server-HTTPServer | |
parent | e13515f304b4eb05767a6453990dce8a1cc95234 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300275
Diffstat (limited to 'www/p5-POE-Component-Server-HTTPServer')
-rw-r--r-- | www/p5-POE-Component-Server-HTTPServer/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-POE-Component-Server-HTTPServer/Makefile b/www/p5-POE-Component-Server-HTTPServer/Makefile index adbb8fb7aba3..9b32eda376c5 100644 --- a/www/p5-POE-Component-Server-HTTPServer/Makefile +++ b/www/p5-POE-Component-Server-HTTPServer/Makefile @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lin-chi@lastamericanempire.com COMMENT= POE Component to server HTTP requests -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/HTTP/Message.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTML/Template/HashWrapper.pm:${PORTSDIR}/www/p5-HTML-Template-HashWrapper \ - ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-HTML-Template-HashWrapper>=0:${PORTSDIR}/www/p5-HTML-Template-HashWrapper \ + p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |