mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Remove SITE_PERL from *_DEPENDS.
Submitted by: az
This commit is contained in:
parent
a6e0039284
commit
362e034545
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298444
10 changed files with 23 additions and 23 deletions
|
@ -14,15 +14,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Perl extension for easy SQL SELECT Statement generation
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-ReturnValue \
|
||||
${SITE_PERL}/Cache/Simple/TimedExpiry.pm:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \
|
||||
${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \
|
||||
${SITE_PERL}/capitalization.pm:${PORTSDIR}/devel/p5-capitalization \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/DBIx/DBSchema.pm:${PORTSDIR}/databases/p5-DBIx-DBSchema \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
|
||||
${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
|
||||
BUILD_DEPENDS= p5-Class-ReturnValue>=0:${PORTSDIR}/devel/p5-Class-ReturnValue \
|
||||
p5-Cache-Simple-TimedExpiry>=0:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \
|
||||
p5-Want>=0:${PORTSDIR}/devel/p5-Want \
|
||||
p5-capitalization>=0:${PORTSDIR}/devel/p5-capitalization \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DBIx-DBSchema>=0:${PORTSDIR}/databases/p5-DBIx-DBSchema \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Provides information about Perl modules
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Enhancing Test::More for UTF8-based projects
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/ex/lib.pm:${PORTSDIR}/devel/p5-ex-lib
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-ex-lib>=0:${PORTSDIR}/devel/p5-ex-lib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Perl module which allows you to use familiar style on method naming
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
BUILD_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A module for working with UNIX-flavoured mailboxes
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
|
||||
BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org
|
|||
COMMENT= Nagios plug-in to get some common NetSNMP-exported information
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \
|
||||
${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A perl5 module to get information using the Whois protocol
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
|
||||
RUN_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A mechanism for validating MARC records
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \
|
||||
BUILD_DEPENDS= p5-MARC-Record>=0:${PORTSDIR}/textproc/p5-MARC-Record \
|
||||
p5-Business-ISBN>=2.03:${PORTSDIR}/misc/p5-Business-ISBN
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Produces summaries from the textual content of web pages
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree
|
||||
BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= An abstract baseclass for a standalone mason server
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
|
||||
${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap
|
||||
BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \
|
||||
p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue