2001-05-10 19:04:49 +02:00
|
|
|
# New ports collection makefile for: p5-DBD-Sybase
|
|
|
|
# Date created: May 10th 2001
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBD-Sybase
|
|
|
|
PORTVERSION= 0.91
|
2002-04-12 19:10:20 +02:00
|
|
|
PORTREVISION= 1
|
2001-05-10 19:04:49 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= DBD
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sheldonh@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
LIB_DEPENDS= ct.0:${PORTSDIR}/databases/freetds \
|
2002-04-12 19:10:20 +02:00
|
|
|
intl.2:${PORTSDIR}/devel/gettext
|
2001-05-10 19:04:49 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= DBD::Sybase.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|