mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Remove SITE_PERL from *_DEPENDS
This commit is contained in:
parent
3fcff58ee6
commit
1b0d74e5e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298495
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module to scan C language files for easily recognized constructs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow
|
||||
BUILD_DEPENDS= p5-Data-Flow>=0:${PORTSDIR}/devel/p5-Data-Flow
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl extension for code generation program formatting and execution
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/STL/Containers.pm:${PORTSDIR}/devel/p5-Class-STL-Containers
|
||||
BUILD_DEPENDS= p5-Class-STL-Containers>=0:${PORTSDIR}/devel/p5-Class-STL-Containers
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Static calls apply to a default instantiation
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create objects that are handles to classes
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
|
||||
${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
|
||||
${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -17,8 +17,8 @@ COMMENT= Lightweight workflow system
|
||||
BUILD_DEPENDS= p5-Moose>=0.37:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Set-Object>=1.19:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||
${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck
|
||||
p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -16,7 +16,7 @@ DISTNAME= CursesApplication-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Curses application development framework
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Curses/Forms.pm:${PORTSDIR}/devel/p5-Curses-Forms
|
||||
BUILD_DEPENDS= p5-Curses-Forms>=0:${PORTSDIR}/devel/p5-Curses-Forms
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= CursesWidgets-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Curses-based widgets and functions
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
|
||||
BUILD_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Find memory cycles in objects
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -15,18 +15,18 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Implements a flat filesystem
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \
|
||||
${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \
|
||||
${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \
|
||||
${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \
|
||||
${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
|
||||
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \
|
||||
${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \
|
||||
${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \
|
||||
${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \
|
||||
${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
|
||||
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
|
||||
RUN_DEPENDS= p5-Test-ClassAPI>=0:${PORTSDIR}/devel/p5-Test-ClassAPI \
|
||||
p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \
|
||||
p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
|
||||
p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove \
|
||||
p5-Class-Autouse>=0:${PORTSDIR}/devel/p5-Class-Autouse \
|
||||
p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
|
||||
BUILD_DEPENDS= p5-Test-ClassAPI>=0:${PORTSDIR}/devel/p5-Test-ClassAPI \
|
||||
p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \
|
||||
p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
|
||||
p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove \
|
||||
p5-Class-Autouse>=0:${PORTSDIR}/devel/p5-Class-Autouse \
|
||||
p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Replacement for if ($$foo eq 'bar')
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Sub/Install.pm:${PORTSDIR}/devel/p5-Sub-Install \
|
||||
${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAN3= Object::Enum.3
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= POE component to correctly handle Ctrl-Z in your program
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
||||
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module implementing an extensible string validation interface
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
||||
BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An interactive question-response user interface module
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols
|
||||
RUN_DEPENDS= p5-Array-PrintCols>=0:${PORTSDIR}/misc/p5-Array-PrintCols
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Automated driving and testing of terminal-based programs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
||||
${SITE_PERL}/Expect/Simple.pm:${PORTSDIR}/devel/p5-Expect-Simple
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
||||
p5-Expect-Simple>=0:${PORTSDIR}/devel/p5-Expect-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Test::Expect.3
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A dictionary API to a binary tree
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Tree/Binary.pm:${PORTSDIR}/devel/p5-Tree-Binary
|
||||
RUN_DEPENDS= p5-Tree-Binary>=0:${PORTSDIR}/devel/p5-Tree-Binary
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAN3= Tree::Binary::Dictionary.3
|
||||
|
Loading…
Reference in New Issue
Block a user