diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/p5-DBIx-Admin-DSNManager | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Admin-DSNManager')
-rw-r--r-- | databases/p5-DBIx-Admin-DSNManager/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Admin-DSNManager/Makefile b/databases/p5-DBIx-Admin-DSNManager/Makefile index ed8115b1a68f..a4ba46c4bfe0 100644 --- a/databases/p5-DBIx-Admin-DSNManager/Makefile +++ b/databases/p5-DBIx-Admin-DSNManager/Makefile @@ -13,13 +13,13 @@ COMMENT= Manage a file of DSNs, for both testing and production LICENSE= ART20 -BUILD_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo +BUILD_DEPENDS= p5-Config-Tiny>=2.12:devel/p5-Config-Tiny \ + p5-DBI>=0:databases/p5-DBI \ + p5-File-Slurp>=9999.13:devel/p5-File-Slurp \ + p5-Moo>=1.004002:devel/p5-Moo RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Version>=1.002003:${PORTSDIR}/devel/p5-Test-Version \ - p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny +TEST_DEPENDS= p5-Test-Version>=1.002003:devel/p5-Test-Version \ + p5-Try-Tiny>=0.06:lang/p5-Try-Tiny NO_ARCH= yes USE_PERL5= configure |