freebsd-ports/databases/p5-DBD-Sybase/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
684 B
Makefile

# New ports collection makefile for: p5-DBD-Sybase
# Date created: May 10th 2001
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-Sybase
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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}
LIB_DEPENDS= ct.4:${PORTSDIR}/databases/freetds
PERL_CONFIGURE= yes
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
.if defined(BATCH)
CONFIGURE_ARGS+= < /dev/null
.endif
USE_GETTEXT= yes
MAN3= DBD::Sybase.3
.include <bsd.port.mk>