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/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 2395cc00a5d7..56563e47aab2 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -1,25 +1,26 @@
-# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
-
PORTNAME= DBD-Sybase
-PORTVERSION= 1.16
+PORTVERSION= 1.24
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sybase DBI driver for Perl 5
+WWW= https://metacpan.org/release/DBD-Sybase
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
+BUILD_DEPENDS+= freetds>=1.3.10:databases/freetds
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