aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r--databases/p5-DBD-Sybase/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 2395cc00a5d7..2cf6b3617c1d 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -1,7 +1,7 @@
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
PORTNAME= DBD-Sybase
-PORTVERSION= 1.16
+PORTVERSION= 1.19
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,13 +13,14 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
LIB_DEPENDS= libct.so:databases/freetds
+RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
-CONFIGURE_ENV= SYBASE=${LOCALBASE}
USES= gettext perl5
USE_PERL5= configure
+CONFIGURE_ENV= SYBASE=${LOCALBASE}
+
.if defined(BATCH)
CONFIGURE_ARGS= < /dev/null
.endif