diff options
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 11 |
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> |