aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-Oracle/Makefile
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-11-06 01:22:08 +0800
committerskv <skv@FreeBSD.org>2006-11-06 01:22:08 +0800
commit7f135c6c533a5372afcd546043fe17767c9518b0 (patch)
treeeb250301c3da65ecd5b322d2e679816daf463f47 /databases/p5-DBD-Oracle/Makefile
parent94c7832cfe08c398b8e662317c75601447373e45 (diff)
downloadfreebsd-ports-gnome-7f135c6c533a5372afcd546043fe17767c9518b0.tar.gz
freebsd-ports-gnome-7f135c6c533a5372afcd546043fe17767c9518b0.tar.zst
freebsd-ports-gnome-7f135c6c533a5372afcd546043fe17767c9518b0.zip
Update to 1.19
Changes: http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes
Diffstat (limited to 'databases/p5-DBD-Oracle/Makefile')
-rw-r--r--databases/p5-DBD-Oracle/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile
index e4dba4674508..7c9f21ddd684 100644
--- a/databases/p5-DBD-Oracle/Makefile
+++ b/databases/p5-DBD-Oracle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-Oracle
-PORTVERSION= 1.16
+PORTVERSION= 1.19
PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -39,9 +39,11 @@ post-install:
.include <bsd.port.pre.mk>
.ifdef WITH_OCI8
-PORTVERSION= 1.16
+PORTVERSION= 1.19
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ORACLE_HOME= ${LOCALBASE}/oracle8-client
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client
+CONFIGURE_ARGS= -V 8.1.7
.else
PORTVERSION= 1.14
ORACLE_HOME= ${LOCALBASE}/oracle7
@@ -51,7 +53,7 @@ CONFIGURE_ARGS= -m ${ORACLE_HOME}/rdbms/demo/oracle.mk
.if ${PERL_LEVEL} < 500600
.ifdef WITH_OCI8
-IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
+IGNORE= perl 5.6 or newer required. Install lang/perl5.8 and try again
.endif
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
.else