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-Dancer2-Plugin-DBIC/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'databases/p5-Dancer2-Plugin-DBIC/Makefile')
-rw-r--r-- | databases/p5-Dancer2-Plugin-DBIC/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-Dancer2-Plugin-DBIC/Makefile b/databases/p5-Dancer2-Plugin-DBIC/Makefile index 79910c76ae1e..c5d47778cacd 100644 --- a/databases/p5-Dancer2-Plugin-DBIC/Makefile +++ b/databases/p5-Dancer2-Plugin-DBIC/Makefile @@ -13,12 +13,12 @@ COMMENT= DBIx::Class interface for Dancer2 applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\ - p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\ - p5-DBICx-Sugar>=0:${PORTSDIR}/databases/p5-DBICx-Sugar\ - p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 +BUILD_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class\ + p5-DBIx-Class-Schema-Loader>=0.07002:databases/p5-DBIx-Class-Schema-Loader\ + p5-DBICx-Sugar>=0:databases/p5-DBICx-Sugar\ + p5-Dancer2>=0.153002:www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite NO_ARCH= yes USES= perl5 |