mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Remove SITE_PERL from *_DEPENDS
This commit is contained in:
parent
968f8f6307
commit
235b4458e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298371
15 changed files with 43 additions and 43 deletions
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Replace tags with text and geometry
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/CAD/Drawing.pm:${PORTSDIR}/graphics/p5-CAD-Drawing \
|
||||
${SITE_PERL}/CAD/Calc.pm:${PORTSDIR}/math/p5-CAD-Calc
|
||||
BUILD_DEPENDS= p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing \
|
||||
p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= CAD::Drawing::Template.3
|
||||
|
|
|
@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Methods to create, load, and save vector graphics
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \
|
||||
${SITE_PERL}/CAD/Calc.pm:${PORTSDIR}/math/p5-CAD-Calc \
|
||||
${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \
|
||||
${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
|
||||
${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \
|
||||
${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar
|
||||
RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \
|
||||
p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \
|
||||
p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
|
||||
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
|
||||
p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \
|
||||
p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAN3= CAD::Drawing.3 \
|
||||
|
|
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Perl module for generating presentation graphics (i.e., charts)
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
|
||||
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
|
||||
p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GD::Barcode - Create barcode image with GD
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Easy tool to create social network maps
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
|
||||
${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \
|
||||
${SITE_PERL}/Graph/Writer/GraphViz.pm:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
|
||||
${SITE_PERL}/Quantum/Superpositions.pm:${PORTSDIR}/lang/p5-Quantum-Superpositions \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||
BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
|
||||
p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
|
||||
p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
|
||||
p5-Quantum-Superpositions>=0:${PORTSDIR}/lang/p5-Quantum-Superpositions \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Graph::SocialMap.3
|
||||
|
|
|
@ -13,8 +13,8 @@ MASTER_SITES= CPAN
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Conversion between Japanese Era / Gregorian calendar
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
${SITE_PERL}/Lingua/JA/Numbers.pm:${PORTSDIR}/japanese/p5-Lingua-JA-Numbers
|
||||
BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
p5-Lingua-JA-Numbers>=0:${PORTSDIR}/japanese/p5-Lingua-JA-Numbers
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Automatic Text Categorization
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
|
||||
BUILD_DEPENDS= p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
${SITE_PERL}/Statistics/Contingency.pm:${PORTSDIR}/math/p5-Statistics-Contingency \
|
||||
${SITE_PERL}/Lingua/Stem.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
||||
${SITE_PERL}/Time/Progress.pm:${PORTSDIR}/devel/p5-Time-Progress \
|
||||
${SITE_PERL}/${PERL_ARCH}/Algorithm/SVM.pm:${PORTSDIR}/devel/p5-Algorithm-SVM \
|
||||
${SITE_PERL}/${PERL_ARCH}/AI/DecisionTree.pm:${PORTSDIR}/math/p5-AI-DecisionTree \
|
||||
${SITE_PERL}/Algorithm/NaiveBayes.pm:${PORTSDIR}/devel/p5-Algorithm-NaiveBayes
|
||||
p5-Statistics-Contingency>=0:${PORTSDIR}/math/p5-Statistics-Contingency \
|
||||
p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
||||
p5-Time-Progress>=0:${PORTSDIR}/devel/p5-Time-Progress \
|
||||
p5-Algorithm-SVM>=0:${PORTSDIR}/devel/p5-Algorithm-SVM \
|
||||
p5-AI-DecisionTree>=0:${PORTSDIR}/math/p5-AI-DecisionTree \
|
||||
p5-Algorithm-NaiveBayes>=0:${PORTSDIR}/devel/p5-Algorithm-NaiveBayes
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= AI::Categorizer.3 \
|
||||
|
|
|
@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Smart matching for human names
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/NameParse.pm:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
|
||||
${SITE_PERL}/Lingua/EN/Nickname.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Nickname \
|
||||
${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx \
|
||||
${SITE_PERL}/${PERL_ARCH}/Text/Metaphone.pm:${PORTSDIR}/textproc/p5-Text-Metaphone
|
||||
BUILD_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
|
||||
p5-Lingua-EN-Nickname>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Nickname \
|
||||
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx \
|
||||
p5-Text-Metaphone>=0:${PORTSDIR}/textproc/p5-Text-Metaphone
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Basic Named Entity Extraction algorithm
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
||||
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Visual difference for paragraphed text
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Module for translating Wiki formatted text into other formats
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl port of Java package XML-DBMS v1.0
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
|
||||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl extension for generating SAX2 events from Perl data structures
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX
|
||||
BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= API for accessing the structure of an XML document
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XML::XSLT - A perl module for processing XSLT
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue