diff options
author | az <az@FreeBSD.org> | 2009-09-04 18:11:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2009-09-04 18:11:22 +0800 |
commit | 8ac92778be6da04033ec86986d3f8afe0a4a0f9f (patch) | |
tree | b7a522e56dba4c764872ae249d0a5336599a22be /databases/p5-DBIx-Class | |
parent | 1c2d77003e87e0518179d4a138f2c4dbca22b0db (diff) | |
download | freebsd-ports-gnome-8ac92778be6da04033ec86986d3f8afe0a4a0f9f.tar.gz freebsd-ports-gnome-8ac92778be6da04033ec86986d3f8afe0a4a0f9f.tar.zst freebsd-ports-gnome-8ac92778be6da04033ec86986d3f8afe0a4a0f9f.zip |
- Remove databases/p5-DBD-SQLite as dependency, since it only required for testing.
- bump portrevision
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index ff51bb86d383..0d4464b30400 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBIx-Class PORTVERSION= 0.08109 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,6 @@ BUILD_DEPENDS= p5-Carp-Clan>=6:${PORTSDIR}/devel/p5-Carp-Clan \ p5-Class-C3-Componentised>=1.0005:${PORTSDIR}/devel/p5-Class-C3-Componentised \ p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ - p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \ p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ |