diff options
author | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
commit | 6962545ccff1d63f4f072f5df929facf58ea6dd3 (patch) | |
tree | 633659fcf8037e2df702fe0f4fb5453d26592df6 /devel | |
parent | 04c5deb4fd3441841209d06d8b0a3947846834bb (diff) | |
download | freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.gz freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.zst freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Accessor-Lvalue/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Date-Holidays-DK/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Module-Starter-PBP/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-SubCalls/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-XML/Makefile | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/devel/p5-Class-Accessor-Lvalue/Makefile b/devel/p5-Class-Accessor-Lvalue/Makefile index 1c3902065dd0..8533a98d3eca 100644 --- a/devel/p5-Class-Accessor-Lvalue/Makefile +++ b/devel/p5-Class-Accessor-Lvalue/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Create Lvalue accessors -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Date-Holidays-DK/Makefile b/devel/p5-Date-Holidays-DK/Makefile index e1ca30e5287a..4c0d10db914e 100644 --- a/devel/p5-Date-Holidays-DK/Makefile +++ b/devel/p5-Date-Holidays-DK/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Determine Danish public holidays -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Simple.pm:${PORTSDIR}/devel/p5-Date-Simple \ - ${SITE_PERL}/Date/Easter.pm:${PORTSDIR}/devel/p5-Date-Easter +BUILD_DEPENDS= p5-Date-Simple>=0:${PORTSDIR}/devel/p5-Date-Simple \ + p5-Date-Easter>=0:${PORTSDIR}/devel/p5-Date-Easter RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index 44e3616ff4de..cf030e46f529 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A Log::Dispatch plug-in for files that archive/rotate themselves -BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ +BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl + p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Module-Starter-PBP/Makefile b/devel/p5-Module-Starter-PBP/Makefile index de8be0789d1c..46e2b7898538 100644 --- a/devel/p5-Module-Starter-PBP/Makefile +++ b/devel/p5-Module-Starter-PBP/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Create a module as recommended in "Perl Best Practices" -BUILD_DEPENDS= ${SITE_PERL}/Module/Starter.pm:${PORTSDIR}/devel/p5-Module-Starter \ - ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +BUILD_DEPENDS= p5-Module-Starter>=0:${PORTSDIR}/devel/p5-Module-Starter \ + p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-SubCalls/Makefile b/devel/p5-Test-SubCalls/Makefile index e5cb9a96be9e..307aae76e090 100644 --- a/devel/p5-Test-SubCalls/Makefile +++ b/devel/p5-Test-SubCalls/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Track the number of times subs are called -BUILD_DEPENDS= ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap \ - ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-XML/Makefile b/devel/p5-Test-XML/Makefile index 52499632e436..fe6206896bed 100644 --- a/devel/p5-Test-XML/Makefile +++ b/devel/p5-Test-XML/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Compare XML in perl tests -BUILD_DEPENDS= ${SITE_PERL}/XML/SemanticDiff.pm:${PORTSDIR}/textproc/p5-XML-SemanticDiff \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-SemanticDiff>=0:${PORTSDIR}/textproc/p5-XML-SemanticDiff \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |