diff options
author | az <az@FreeBSD.org> | 2012-06-04 21:06:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 21:06:24 +0800 |
commit | fc67a16a9878ca2b11eac2793cfae8e35a8f2d52 (patch) | |
tree | d6a686cee2e961f1e6a54f02cd20b4fec1a7fe80 /databases | |
parent | e239bb0fb6176fd217b9362bb7bbe828044a783e (diff) | |
download | freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.gz freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.zst freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-CDB_File-Generator/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Class-DBI-DDL/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Excel/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Password/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-SQLEngine/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-SQLite-Simple/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-Iterator-DBI/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Metadata/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-T2/Makefile | 8 |
10 files changed, 20 insertions, 20 deletions
diff --git a/databases/p5-CDB_File-Generator/Makefile b/databases/p5-CDB_File-Generator/Makefile index 660f2e5dbeff..7f82ed4f31b2 100644 --- a/databases/p5-CDB_File-Generator/Makefile +++ b/databases/p5-CDB_File-Generator/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generate massive sorted CDB files simply BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \ - ${SITE_PERL}/${PERL_ARCH}/CDB_File.pm:${PORTSDIR}/databases/p5-CDB_File + p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-Class-DBI-DDL/Makefile b/databases/p5-Class-DBI-DDL/Makefile index 2788ca3aefa5..99db065db8b0 100644 --- a/databases/p5-Class-DBI-DDL/Makefile +++ b/databases/p5-Class-DBI-DDL/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= DDL for Class-DBI -RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI +RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile index fa6d4a37a04f..76544a4c08df 100644 --- a/databases/p5-DBD-Excel/Makefile +++ b/databases/p5-DBD-Excel/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A class for DBI drivers that acts on Excel files -BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ - ${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ - ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-SQL-Statement>=0:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-Spreadsheet-ParseExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ + p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} diff --git a/databases/p5-DBIx-AnyDBD/Makefile b/databases/p5-DBIx-AnyDBD/Makefile index 757079f302d8..55987a769306 100644 --- a/databases/p5-DBIx-AnyDBD/Makefile +++ b/databases/p5-DBIx-AnyDBD/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= DBD independent class -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile index 0e41cd65bdb9..27d2e4ca5031 100644 --- a/databases/p5-DBIx-Password/Makefile +++ b/databases/p5-DBIx-Password/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to create a global password file for DB passwords -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBIx-SQLEngine/Makefile b/databases/p5-DBIx-SQLEngine/Makefile index 911e25211392..bb6bbafe3d83 100644 --- a/databases/p5-DBIx-SQLEngine/Makefile +++ b/databases/p5-DBIx-SQLEngine/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Extends DBI with high-level operations -BUILD_DEPENDS= ${SITE_PERL}/DBIx/AnyDBD.pm:${PORTSDIR}/databases/p5-DBIx-AnyDBD \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Class/MakeMethods.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \ - ${SITE_PERL}/Class/MixinFactory.pm:${PORTSDIR}/devel/p5-Class-MixinFactory +BUILD_DEPENDS= p5-DBIx-AnyDBD>=0:${PORTSDIR}/databases/p5-DBIx-AnyDBD \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ + p5-Class-MixinFactory>=0:${PORTSDIR}/devel/p5-Class-MixinFactory RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBIx-SQLite-Simple/Makefile b/databases/p5-DBIx-SQLite-Simple/Makefile index c651423965b4..0c883b33242e 100644 --- a/databases/p5-DBIx-SQLite-Simple/Makefile +++ b/databases/p5-DBIx-SQLite-Simple/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Easy access to SQLite databases using objects -BUILD_DEPENDS= ${SITE_PERL}/Class/Gomor.pm:${PORTSDIR}/devel/p5-Class-Gomor \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite +BUILD_DEPENDS= p5-Class-Gomor>=0:${PORTSDIR}/devel/p5-Class-Gomor \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-Iterator-DBI/Makefile b/databases/p5-Iterator-DBI/Makefile index fb815c1a7855..db0023db467d 100644 --- a/databases/p5-Iterator-DBI/Makefile +++ b/databases/p5-Iterator-DBI/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= An iterator for returning DBI query results -BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::DBI.3 diff --git a/databases/p5-Metadata/Makefile b/databases/p5-Metadata/Makefile index 64b6b1e3518f..6a5bb38d35b6 100644 --- a/databases/p5-Metadata/Makefile +++ b/databases/p5-Metadata/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl implementation of Dublin Core compatible metadata -BUILD_DEPENDS= ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile index 211b3571dfe9..45b4ccecb3ef 100644 --- a/databases/p5-T2/Makefile +++ b/databases/p5-T2/Makefile @@ -16,10 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Object Relational mapping system -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Tangram.pm:${PORTSDIR}/databases/p5-Tangram \ - ${SITE_PERL}/Class/Tangram.pm:${PORTSDIR}/devel/p5-Class-Tangram +BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram \ + p5-Class-Tangram>=0:${PORTSDIR}/devel/p5-Class-Tangram RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |