aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-10 10:24:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-10 10:24:59 +0000
commit213e4ca0e370ec2a5993217959753cdc419adb2d (patch)
treeaad7dd10b692d6c553182c83fbcbac95fc2e571e /databases/p5-DBD-Sybase/Makefile
parentce650b91e509db022c806e568e5ad1be7ba66573 (diff)
Notes
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r--databases/p5-DBD-Sybase/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 46baed571c71..f2d49eed4148 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-Sybase
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,19 +14,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Sybase DBI driver for Perl 5
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= ct.4:${PORTSDIR}/databases/freetds
+RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-PERL_CONFIGURE= yes
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
+PERL_CONFIGURE= yes
+USE_GETTEXT= yes
.if defined(BATCH)
CONFIGURE_ARGS+= < /dev/null
.endif
-USE_GETTEXT= yes
-
MAN3= DBD::Sybase.3
.include <bsd.port.mk>