diff options
Diffstat (limited to 'devel/p5-Connector/Makefile')
-rw-r--r-- | devel/p5-Connector/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/p5-Connector/Makefile b/devel/p5-Connector/Makefile index f94d7fe65f15..5a7bcbd05960 100644 --- a/devel/p5-Connector/Makefile +++ b/devel/p5-Connector/Makefile @@ -13,18 +13,18 @@ COMMENT= Generic connection to a hierarchical-structured data set LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ - p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \ - p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-Proc-SafeExec>=0:${PORTSDIR}/devel/p5-Proc-SafeExec \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +BUILD_DEPENDS= bash:shells/bash \ + p5-AppConfig>=0:devel/p5-AppConfig \ + p5-Config-GitLike>=0:devel/p5-Config-GitLike \ + p5-Config-Versioned>=1.01:devel/p5-Config-Versioned \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Module-Install>=0:devel/p5-Module-Install \ + p5-Moose>=0:devel/p5-Moose \ + p5-Proc-SafeExec>=0:devel/p5-Proc-SafeExec \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ + p5-YAML>=1.06:textproc/p5-YAML \ + p5-perl-ldap>=0:net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |