1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
This commit is contained in:
Andrej Zverev 2012-06-30 14:07:27 +00:00
parent 4641b63dd1
commit e13515f304
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300274
41 changed files with 91 additions and 91 deletions

View File

@ -18,7 +18,7 @@ LICENSE= LGPL21
# gmake is needed to use the port, not to build it
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake \
${SITE_PERL}/YAML/Any.pm:${PORTSDIR}/textproc/p5-YAML \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
arduino:${PORTSDIR}/devel/arduino
PATCH_DEPENDS= ${LOCALBASE}/arduino/lib/version.txt:${PORTSDIR}/devel/arduino

View File

@ -18,7 +18,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs \
cvsps:${PORTSDIR}/devel/cvsps \
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes

View File

@ -15,8 +15,8 @@ MASTER_SITES= SF
MAINTAINER= erik@bz.bzflag.bz
COMMENT= A perl script which analyses the history of a CVS-managed project
RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
gnuplot:${PORTSDIR}/math/gnuplot
USE_PERL5= yes

View File

@ -18,13 +18,13 @@ MASTER_SITE_SUBDIR= scop
MAINTAINER= noackjr@alumni.rice.edu
COMMENT= WWW CGI script to browse CVS repository trees version 3
RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
p5-URI>=0:${PORTSDIR}/net/p5-URI
# The following extra dependencies are optional, but CVSweb works the
# best with them.
RUN_DEPENDS+= ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \
${SITE_PERL}/${PERL_ARCH}/String/Ediff.pm:${PORTSDIR}/devel/p5-String-Ediff \
RUN_DEPENDS+= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
p5-String-Ediff>=0:${PORTSDIR}/devel/p5-String-Ediff \
cvsgraph:${PORTSDIR}/devel/cvsgraph
# Use PAPERSIZE to avoid a stale dependency on Enscript.

View File

@ -16,7 +16,7 @@ COMMENT= Source code indexer and cross-referencer
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
swish-e:${PORTSDIR}/www/swish-e \
${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
PATCH_STRIP= -p1
@ -51,13 +51,13 @@ IGNORE= you must choose only one database backend
.endif
.if defined(WITH_POSTGRESQL)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
MSG_FILES+= pkg_message.postgresql
DB_DRIVER= Pg
.endif # defined(WITH_POSTGRESQL)
.if defined(WITH_MYSQL)
BUILD_DEPENDS+= ${SITE_PERL}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
BUILD_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
MSG_FILES+= pkg_message.mysql
DB_DRIVER= mysql
.endif # defined(WITH_MYSQL)

View File

@ -15,15 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Generate accounting statistic for general logs
BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
${SITE_PERL}/Perl6/Form.pm:${PORTSDIR}/devel/p5-Perl6-Form \
${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \
${SITE_PERL}/Array/Iterator/Reusable.pm:${PORTSDIR}/devel/p5-Array-Iterator \
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
${SITE_PERL}/Imager/Graph/Pie.pm:${PORTSDIR}/graphics/p5-Imager-Graph \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
p5-Perl6-Form>=0:${PORTSDIR}/devel/p5-Perl6-Form \
p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw \
p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \
p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
p5-Imager-Graph>=0:${PORTSDIR}/graphics/p5-Imager-Graph \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -15,13 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= eg@fbsd.lt
COMMENT= Search CPAN using a SQLite database
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \
${SITE_PERL}/CPAN/DistnameInfo.pm:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \
${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
p5-CPAN-DistnameInfo>=0:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= simarg@gmail.com
COMMENT= Perl module for declare classes
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hcoyote@ghostar.org
COMMENT= Allow other classes and objects to respond to events in yours
BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Ini workaround, regex search for parameters and sections
RUN_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
PERL_CONFIGURE= yes

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Configuration data as perl objects
BUILD_DEPENDS= ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \
${SITE_PERL}/Parse/Lex.pm:${PORTSDIR}/devel/p5-ParseLex
BUILD_DEPENDS= p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \
p5-ParseLex>=0:${PORTSDIR}/devel/p5-ParseLex
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES

View File

@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Convert from Perl Data Structure to ClearSilver HDF
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/ClearSilver.pm:${PORTSDIR}/www/p5-ClearSilver \
${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS= p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \
p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Stringify and pretty print Perl data structures
RUN_DEPENDS= ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy
RUN_DEPENDS= perltidy>=0:${PORTSDIR}/devel/perltidy
PERL_CONFIGURE= yes

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 module to change the nature of data within a structure
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes

View File

@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Dumps a data structure in a tree fashion
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \
${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
${SITE_PERL}/Check/ISA.pm:${PORTSDIR}/devel/p5-Check-ISA \
${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size \
${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally
BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \
p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \
p5-Devel-Size>=0:${PORTSDIR}/devel/p5-Devel-Size \
p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Data::TreeDumper.3

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org
COMMENT= Perl module to play with Roman dates
BUILD_DEPENDS= ${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman
BUILD_DEPENDS= p5-Roman>=0:${PORTSDIR}/math/p5-Roman
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org
COMMENT= Perl extension for the Discordian Calendar
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
PERL_CONFIGURE= yes

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sergey.dyatko@gmail.com
COMMENT= Format DateTime according to xsd:dateTime
BUILD_DEPENDS= ${SITE_PERL}/DateTime/Format/ISO8601.pm:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
RUN_DEPENDS= ${SITE_PERL}/DateTime/Format/ISO8601.pm:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
PERL_CONFIGURE= yes

View File

@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Perl module for accounting SVK repository
BUILD_DEPENDS= ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk \
${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
${SITE_PERL}/Graph/SocialMap.pm:${PORTSDIR}/graphics/p5-Graph-SocialMap \
${SITE_PERL}/Graph/Writer/GraphViz.pm:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
${SITE_PERL}/Algorithm/Accounting.pm:${PORTSDIR}/devel/p5-Algorithm-Accounting
BUILD_DEPENDS= svk>=0:${PORTSDIR}/devel/svk \
p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
p5-Graph-SocialMap>=0:${PORTSDIR}/graphics/p5-Graph-SocialMap \
p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Perl module for accounting SVN repository
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
p5-SVN-Log>=0:${PORTSDIR}/devel/p5-SVN-Log \
p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple

View File

@ -17,7 +17,7 @@ COMMENT= A Perl extension for parsing Mac OS X property lists
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
BUILD_DEPENDS= ${SITE_PERL}/XML/Entities.pm:${PORTSDIR}/textproc/p5-XML-Entities
BUILD_DEPENDS= p5-XML-Entities>=0:${PORTSDIR}/textproc/p5-XML-Entities
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Module 'directory' listing
RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent
PERL_MODBUILD= yes

View File

@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Schedule POE Events using a cron spec
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
PERL_MODBUILD= yes

View File

@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jesper@jdn.dk
COMMENT= POE Component to create XMLRPC Servers
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/POE/Component/Server/HTTP.pm:${PORTSDIR}/www/p5-POE-Component-Server-HTTP \
${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-Server-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Server-HTTP \
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Implements the Perl 6 'form' built-in
BUILD_DEPENDS= ${SITE_PERL}/Perl6/Export.pm:${PORTSDIR}/devel/p5-Perl6-Export \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= p5-Perl6-Export>=0:${PORTSDIR}/devel/p5-Perl6-Export \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rouslan@rshell.net
COMMENT= Pipeline - Generic pipeline interface
BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util
BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-IO-Null>=0:${PORTSDIR}/devel/p5-IO-Null \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= stefan@fh-mainz.de
COMMENT= RRDTool::OO - Object-oriented interface to RRDTool
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-Log-Log4perl>=0.40:${PORTSDIR}/devel/p5-Log-Log4perl
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Simple svn manipulation
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= SVN::Log - Extract change logs from a Subversion server
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= SVN::Statistics - perl module to create subversion statistics
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO \
p5-Data-Dumper-Simple>=0:${PORTSDIR}/devel/p5-Data-Dumper-Simple \
p5-IO-Toolkit>=0:${PORTSDIR}/devel/p5-IO-Toolkit

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mhjacks@swbell.net
COMMENT= Inherit different shell environments, and restore previous
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= Add pre- and post-execution wrappers
RUN_DEPENDS= ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap
RUN_DEPENDS= p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Encode templates for Template Toolkit
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template/Provider.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fjoe@FreeBSD.org
COMMENT= ASCII sprite animation framework
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

View File

@ -15,8 +15,8 @@ DISTFILES=
MAINTAINER= komarov@valerka.net
COMMENT= Perl interface to Thrift
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector
RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
PERL_CONFIGURE= YES

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rdg@bzerk.org
COMMENT= Access the lines of a disk file via a Perl hash
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-Tie-File>=0:${PORTSDIR}/devel/p5-Tie-File
PERL_CONFIGURE= yes

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jnlin@csie.nctu.edu.tw
COMMENT= Tied hash interface to IPC::ShareLite
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
RUN_DEPENDS= p5-IPC-ShareLite>=0:${PORTSDIR}/devel/p5-IPC-ShareLite
PERL_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mcampos@bpsw.biz
COMMENT= Perl module for abstracting information about a physical person
RUN_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
RUN_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries
PERL_CONFIGURE= yes

View File

@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl module that provides a simple interface to CVS
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_MODBUILD= yes
MAN3= VCS::CVS.3

View File

@ -14,8 +14,8 @@ COMMENT= Imports svn repositories into git
LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion
RUN_DEPENDS+= git:${PORTSDIR}/devel/git \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
LICENSES= GPLv1 GPLv2 GPLv3

View File

@ -14,7 +14,7 @@ DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
COMMENT= A Perl script to load directories into a Subversion repository
RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16
USE_BZIP2= yes