aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-Schema-Loader/Makefile
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2006-07-20 07:43:04 +0800
committerlbr <lbr@FreeBSD.org>2006-07-20 07:43:04 +0800
commit05e308af55e7fb5182ca5ca8b7ed1d7ee856d67b (patch)
tree8b8220fe1ef5748eb108cb120fde38a72e0baabb /databases/p5-DBIx-Class-Schema-Loader/Makefile
parentfb9196a4688faa61368a401823e8a9499aee3a2a (diff)
downloadfreebsd-ports-gnome-05e308af55e7fb5182ca5ca8b7ed1d7ee856d67b.tar.gz
freebsd-ports-gnome-05e308af55e7fb5182ca5ca8b7ed1d7ee856d67b.tar.zst
freebsd-ports-gnome-05e308af55e7fb5182ca5ca8b7ed1d7ee856d67b.zip
Update to 0.03005
Dump some depends that are already in 5.8 base.
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader/Makefile')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index c50c946742e6..db46878beebf 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Class-Schema-Loader
-PORTVERSION= 0.03004
+PORTVERSION= 0.03005
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@@ -17,10 +17,8 @@ COMMENT= Dynamic definition of a DBIx::Class::Schema
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-DBI>=1.50:${PORTSDIR}/databases/p5-DBI \
- p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
- p5-Test-Simple>=0.32:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-Data-Dump>=1.06:${PORTSDIR}/devel/p5-Data-Dump \
+ p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite
+RUN_DEPENDS= p5-Data-Dump>=1.06:${PORTSDIR}/devel/p5-Data-Dump \
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
p5-Lingua-EN-Inflect-Number>=1.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \