freebsd-ports/databases/p5-DBD-Sybase/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

26 lines
533 B
Makefile

# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBD-Sybase
PORTVERSION= 1.15
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sybase DBI driver for Perl 5
BUILD_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
.if defined(BATCH)
CONFIGURE_ARGS= < /dev/null
.endif
.include <bsd.port.mk>