diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
commit | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (patch) | |
tree | b3dd711ee84d324686505a89f6a26bd97c3da587 /www | |
parent | a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (diff) | |
download | freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.gz freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.zst freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-FormBuilder/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Controller-BindLex/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Data-Validate-URI/Makefile | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile index 287075608189..236e2adbc140 100644 --- a/www/p5-CGI-FormBuilder/Makefile +++ b/www/p5-CGI-FormBuilder/Makefile @@ -45,19 +45,19 @@ post-patch: .include <bsd.port.pre.mk> .if !defined(WITHOUT_TT) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS+= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit .endif .if defined(WITH_HTML_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS+= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template .endif .if defined(WITH_TEXT_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template +RUN_DEPENDS+= p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template .endif .if defined(WITH_CGI_FAST_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate +RUN_DEPENDS+= p5-CGI-FastTemplate>=0:${PORTSDIR}/www/p5-CGI-FastTemplate .endif .include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Controller-BindLex/Makefile b/www/p5-Catalyst-Controller-BindLex/Makefile index b48074f14f7f..2601791af401 100644 --- a/www/p5-Catalyst-Controller-BindLex/Makefile +++ b/www/p5-Catalyst-Controller-BindLex/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Stash your lexical goodness -BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ - ${SITE_PERL}/${PERL_ARCH}/Array/RefElem.pm:${PORTSDIR}/misc/p5-Array-RefElem \ - ${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \ - ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \ - ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/Test/use/ok.pm:${PORTSDIR}/devel/p5-Test-use-ok +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Array-RefElem>=0:${PORTSDIR}/misc/p5-Array-RefElem \ + p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller \ + p5-Devel-LexAlias>=0:${PORTSDIR}/devel/p5-Devel-LexAlias \ + p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/www/p5-Data-Validate-URI/Makefile b/www/p5-Data-Validate-URI/Makefile index 497fcc0e4f04..e3c817616801 100644 --- a/www/p5-Data-Validate-URI/Makefile +++ b/www/p5-Data-Validate-URI/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Common data validation methods for URIs -BUILD_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ - ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP -RUN_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ - ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP +BUILD_DEPENDS= p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP +RUN_DEPENDS= p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP PERL_CONFIGURE= yes |